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 email authority has utility as a mechanism for identification in addition to authentication. Accordingly, there are use cases that require all the current functionality of this strategy, but also require that email is not a mechanism for authentication.
This could trivially be accomplished by adding an authenticationEnabled flag on the authority that is checked in the authentication authenticateEmail mutation.
The text was updated successfully, but these errors were encountered:
The email authority has utility as a mechanism for identification in addition to authentication. Accordingly, there are use cases that require all the current functionality of this strategy, but also require that email is not a mechanism for authentication.
This could trivially be accomplished by adding an
authenticationEnabled
flag on the authority that is checked in the authenticationauthenticateEmail
mutation.The text was updated successfully, but these errors were encountered: