Skip to content
Snippets Groups Projects
Commit dd84e73c authored by Tyler Cloke's avatar Tyler Cloke Committed by Alban Seurat
Browse files

Add VerifyPassword to API


It takes in an email and plain text password to verify. If it fails to find a password stored for email, it returns not_found. If it finds the password hash stored but that hash doesn't match the password passed via the API, it returns verified = false, else it returns verified = true.

Co-authored-by: default avatarAlban Seurat <alban.seurat@me.com>
parent 92920c86
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment