Package-level declarations
Types
Link copied to clipboard
data class DefaultJwtAuthentication(val id: String, val roles: Set<GrantedAuthority>) : JwtAuthentication
Implementation of JwtAuthentication.
Link copied to clipboard
Specification of authentication object used for JWT authentication and authorization.
Link copied to clipboard
OncePerRequestFilter that performs JWT authorization. Register and use with SecurityFilterChain on Spring Security.
Link copied to clipboard
WebFilter that performs JWT authorization. Register and use with SecurityWebFilterChain on Spring Reactive Security.