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

Conform to 5.2's Authenticatable contract #31

Merged
merged 1 commit into from
Jan 28, 2016
Merged

Conform to 5.2's Authenticatable contract #31

merged 1 commit into from
Jan 28, 2016

Conversation

ryannjohnson
Copy link
Contributor

Laravel 5.2 introduced the getAuthIdentifierName abstract function in its Authenticatable contract, throwing an error if AuthJWTUser is used to authenticate.

Auth0JWTUser just needs its own version of this function to work properly.

Laravel 5.2 introduced the `getAuthIdentifierName` abstract function in its Authenticatable contract, throwing an error if `AuthJWTUser` is used to authenticate.
@glena
Copy link
Contributor

glena commented Jan 28, 2016

looks good, I will review and merge it tomorrow.
Thanks for the contribution :)

@ryannjohnson
Copy link
Contributor Author

Great! Thanks so much.

glena added a commit that referenced this pull request Jan 28, 2016
Conform to 5.2's Authenticatable contract
@glena glena merged commit 69fc706 into auth0:master Jan 28, 2016
@glena
Copy link
Contributor

glena commented Jan 28, 2016

done. Hate this guy, it is not mentioned here https://laravel.com/docs/5.2/authentication#adding-custom-user-providers (The Authenticatable Contract). My bad for not checking the actual code.

It is v3.0.3

Really appreciated :)

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants