You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment new accounts can only be created with LinkedIn or Google social logins. We need to be able support creating accounts using an email address.
next-auth supports magic links so this could be a good option.
LE (devpikachu): The auth & authz stack needs to be somewhat refactored and cleaned up, but more importantly the database schema needs to be cleaned up prior to a production MVP launch.
The text was updated successfully, but these errors were encountered:
devpikachu
changed the title
Enable email only sign in link
Refactor auth & authz stack
Oct 24, 2023
At the moment new accounts can only be created with LinkedIn or Google social logins. We need to be able support creating accounts using an email address.
next-auth
supports magic links so this could be a good option.https://next-auth.js.org/providers/email
LE (devpikachu): The auth & authz stack needs to be somewhat refactored and cleaned up, but more importantly the database schema needs to be cleaned up prior to a production MVP launch.
The text was updated successfully, but these errors were encountered: