Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strategy.Identity: undefined function "validate_password" in "identity_callback" #31

Closed
ndrean opened this issue Jun 23, 2022 · 1 comment

Comments

@ndrean
Copy link

ndrean commented Jun 23, 2022

Steps to Reproduce

Set as the example. Phoenix 1.13

Expected Result

The identity_callback uses an undefined function "validate_password".

Actual Result

def identity_callback(%{assigns: %{ueberauth_auth: auth}} = conn, params) do
case validate_password(auth.credentials)

@yordis
Copy link
Member

yordis commented Jun 24, 2022

validate_password is something that exists in your application, it was used to showcase an example of how it would work, but you need to implement it

@yordis yordis closed this as not planned Won't fix, can't repro, duplicate, stale Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants