hxtree/galaxyops

Authenitcation and ACL

Closed this issue · 2 comments

We have authentication services.
We have a login form on the admin client.

Want to:

  • add key/code verification for signup endpoint
  • add authentication support in middleware to handle roles.
  • Considering CASL and role base permission with various endpoints
  • Don't want to use amplify.
  • add registration
  • add forgot password
  • add signup endup to auth service
  • add login endup to auth service
  • add signup form
  • integrate login form with auth serivce
  • add a uuid4 userid to cognito attributes to
  • generate jtw token on login
  • use jtw token for future auth request
  • sign out
  • sign out time out
  • allow for addition info about the user to be stored in mongo correlate by userid v4

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.

This issue was closed because it has been stalled for 30 days with no activity. Please open a new issue if the issue is still relevant, linking to this one.