-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
enhancementlib-securitySecurity (Authc, Authz, Password Crypto, etc)Security (Authc, Authz, Password Crypto, etc)
Milestone
Description
We should be able to set stateless / stateful on each auth scheme independently, because an app may have 2 or more auth schemes, for example jwt/generic with stateless and form with stateful.
Current solution from @jeevatkm: achieve the stateless via interceptor (https://docs.aahframework.org/interceptors.html) - define action or controller level Finally interceptor and then call ctx.Session().Clear() or ctx.Subject().Logout().
jeevatkm
Metadata
Metadata
Assignees
Labels
enhancementlib-securitySecurity (Authc, Authz, Password Crypto, etc)Security (Authc, Authz, Password Crypto, etc)