-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementImprovements to an existing feature or functionality (e.g., UI, performance, etc)Improvements to an existing feature or functionality (e.g., UI, performance, etc)security
Description
Explanation
SessionCreationPolicy.STATELESS: This ensures that no session is created or used for storing authentication details. Every request must include the necessary authentication information (e.g., a JWT).Security Context Repository: We’re already using a custom SecurityContextRepository. This works seamlessly with stateless configurations, as the security context will not rely on server-side sessions.
This approach ensures the application is stateless and eliminates any unnecessary session-related behavior.
Metadata
Metadata
Assignees
Labels
enhancementImprovements to an existing feature or functionality (e.g., UI, performance, etc)Improvements to an existing feature or functionality (e.g., UI, performance, etc)security
Type
Projects
Status
In Progress