// el-auth — Built-in authentication and authorization for el-ui. // // Not a library you add. Native to the framework. Sits on top of el-identity: // el-identity owns the graph (users, sessions, OAuth tokens); el-auth owns the // request-time enforcement (verify token, check permission, enforce roles). vessel "el-auth" { version "0.1.0" description "Built-in auth/authz: JWT, sessions, RBAC, middleware" authors ["Will Anderson "] edition "2026" } dependencies { el-platform "1.0" el-identity "0.1" } build { entry "src/main.el" output "dist/" }