Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent user email side-channel leak on verify (supabase#1472)
There is a side-channel leak whether an email exists in the system when using the `verify` endpoint. It returns `User not found` (when it doesn't) vs `Token has expired or is invalid` (when it exists).
- Loading branch information