I use CustomRememberMeAuthenticator Is it possible to remove part with FQN in cookie? #53804
Unanswered
GrishaKhoroshilov
asked this question in
Q&A
Replies: 1 comment
-
Not yet; see #42349 |
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
-
I use CustomRememberMeAuthenticator when the cookie looks like App.Modules.User.User.Domain.Entities.User%3AZy5ob3Jvc2hpbG92QG5mcGktZWR1LnJ1%3A1707740642%3AEyv4rnFJNjs5nLMMR60S1jLVoGpd-X_SpihpOhAlvmM~ wCkOrT2GqfVNo_2bT49YOS0NQxXqAll4atT4--roQAk~
I'm not happy with the left part, which essentially displays the namespace of the user class. Is it possible to remove this part?
Symfony 6.4
security.yaml
providers:
firewalls:
Beta Was this translation helpful? Give feedback.
All reactions