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
The current implementation adds user.email to the JWT as long as it exists. I'd like the option to remove it from the token. Ideally this would be conditional on useEmailAsIdentity since it's possible that the email is part of the user model but not used as identity.
The text was updated successfully, but these errors were encountered:
The current implementation adds
user.email
to the JWT as long as it exists. I'd like the option to remove it from the token. Ideally this would be conditional onuseEmailAsIdentity
since it's possible that the email is part of the user model but not used as identity.The text was updated successfully, but these errors were encountered: