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
I have been working on enhancing our authentication process, specifically focusing on setting up user sessions upon successful login.
I want to add HTTP-ONLY , SAME-SITE based cookie which i will be using sessions.
However, I am seeking guidance on the most appropriate location within your code to handle the creation of session cookies, within the "CustomAuthenticationSuccessHandler" class ? or should i add in Handle in diffrent class? Basically when i give token to Front-End i want to set cookie also.
The objective is to ensure that user sessions are initiated seamlessly and securely after a successful login event. I believe this is a critical aspect of our application's security and usability.
Your expertise in this matter would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I have been working on enhancing our authentication process, specifically focusing on setting up user sessions upon successful login.
I want to add HTTP-ONLY , SAME-SITE based cookie which i will be using sessions.
However, I am seeking guidance on the most appropriate location within your code to handle the creation of session cookies, within the "CustomAuthenticationSuccessHandler" class ? or should i add in Handle in diffrent class? Basically when i give token to Front-End i want to set cookie also.
The objective is to ensure that user sessions are initiated seamlessly and securely after a successful login event. I believe this is a critical aspect of our application's security and usability.
Your expertise in this matter would be greatly appreciated.
The text was updated successfully, but these errors were encountered: