Skip to content
Snippets Groups Projects
  • Tyler Cloke's avatar
    dd84e73c
    Add VerifyPassword to API · dd84e73c
    Tyler Cloke authored
    
    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>
    dd84e73c
    History
    Add VerifyPassword to API
    Tyler Cloke authored
    
    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>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.