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
refactor: moves to using user id in jwt payload REFS #52
previous implementation of the jwt subject was using email based on examples
where the users always login with email + passwords.
the template allows for OTP based logins where by the user may not have an
email for an extended period of time, this refactors to the subject being
set to using the user.id
0 commit comments