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

Add 3 new getter method to JWTTokenAuthenticator #923

Merged
merged 1 commit into from
Oct 24, 2021

Conversation

fd6130
Copy link

@fd6130 fd6130 commented Sep 16, 2021

Fix #782 and #743

Add 3 new getter method for easy to reusing them in any child class. We don't have to explicit rewrite the same properties as parent class in custom guard authenticator anymore.

@fd6130 fd6130 changed the title Add getter method to JWTTokenAuthenticator Add 3 new getter method to JWTTokenAuthenticator Sep 16, 2021
@chalasr
Copy link
Collaborator

chalasr commented Oct 24, 2021

Thank you @fd6130.

@chalasr chalasr merged commit 90bf498 into lexik:2.x Oct 24, 2021
@fd6130 fd6130 deleted the jwt_token_authenticator branch October 25, 2021 00:21
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

Successfully merging this pull request may close these issues.

Extending JWTTokenAuthenticator is not possible because variables are private
2 participants