Authentication: allow the user to invalidate all auth proofs (magic links) associated with the session #37
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When you try to authenticate with an email address, you can't cancel an ongoing magic link and can't access the login page anymore until the expiration of the magic link.
This is a problem when the user changes their mind and wants to use password or any other auth method instead.
Should be fixed by #33