dsa-ntc / actionkit-template-renderer

ActionKit template utilities (MoveOn fork)
MIT License
2 stars 0 forks source link

Enumerating authentication user flows/error handling #16

Open schlich opened 8 months ago

schlich commented 8 months ago

Goal: Members should be able to sign in with their existing Auth0 account.

What can go wrong? What happens when users/members/nonmembers visit the page, try to log in, etc.? We should try to minimize custom work here. We just need to make sure we are handling cases like this. A mermaid sequence diagram diagram may be helpful here for communication or organizing thoughts but shouldn't be a priority on its own.

This ticket should ensure that logout covers ActionKit and Auth0.

erikdstock commented 8 months ago

Q: Can we make the auth script check for user groups in auth0 (eg beta_testers) instead of a hard-coded array? cc @emiliadecaudin

emiliadecaudin commented 8 months ago

Yes I think we can do this.