You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently needed to add another way to login to another part of our application with an autologin link.
We add the cookie to the response in the AuthenticationSuccessHandler::onAuthenticationSuccess method:
I tried many ways to dynamically autowire JWTCookieProvider but nothing worked and I still have to inject it with the cookie name. Is there a way to autowire JWTCookieProvider(s) without giving cookie name or by giving it from .env ? If not, wouldn't it be useful? :)
The text was updated successfully, but these errors were encountered:
Hi,
We recently needed to add another way to login to another part of our application with an autologin link.
We add the cookie to the response in the
AuthenticationSuccessHandler::onAuthenticationSuccess
method:I tried many ways to dynamically autowire JWTCookieProvider but nothing worked and I still have to inject it with the cookie name. Is there a way to autowire JWTCookieProvider(s) without giving cookie name or by giving it from .env ? If not, wouldn't it be useful? :)
The text was updated successfully, but these errors were encountered: