Replies: 1 comment
-
@sukhoy94 any chances with that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have some problems with implementing one feature. Basically I want to have one dev-password for all my users in my dev environment.
So I think I should create some custom authenticator in which I should somehow to redefine logic in Symfony\Component\Security\Http\EventListener\CheckCredentialListener, or maybe somehow to change behavior of getPassword() method in my User class.
Is there any standard solutions for this using lexit-jwt ?
Beta Was this translation helpful? Give feedback.
All reactions