Phauxth v0.14.0 Phauxth.Confirm.Login View Source
A custom login function which also checks to see if the user’s account has been confirmed yet.
Link to this section Summary
Link to this section Functions
Check the user is confirmed before checking the password.
If confirmed_at: nil
is in the user struct, this function will return
{:error, message}. Otherwise, it will run the default check_pass
function.
Verify a user’s password.