First party user auth framework #6

Open
opened 3 years ago by garrettmills · 0 comments
Owner

This is a pretty big one. Want a first-party user authentication framework that provides, modularly:

  • Abstract user repositories and some default implementations
  • Abstract token repositories and some default implementations
  • Abstract mechanism for login flow and default implementations
    • local user, LDAP, OAuth2
  • Abstract system for roles, permissions, and access control
  • All associated middleware
    • UserOnly, GuestOnly, TokenOnly, DisallowToken, CanAccess, Permission
This is a pretty big one. Want a first-party user authentication framework that provides, modularly: * Abstract user repositories and some default implementations * Abstract token repositories and some default implementations * Abstract mechanism for login flow and default implementations * local user, LDAP, OAuth2 * Abstract system for roles, permissions, and access control * All associated middleware * UserOnly, GuestOnly, TokenOnly, DisallowToken, CanAccess, Permission
garrettmills added the enhancement label 3 years ago
garrettmills added this to the Initial Release project 3 years ago
Sign in to join this conversation.
Loading…
There is no content yet.