Package-level declarations

Types

Link copied to clipboard
@Component
class JwtAuthenticationFilter(jwtTokenService: JwtTokenService, productUserService: ProductUserService, tokenBlacklistService: TokenBlacklistService) : OncePerRequestFilter

Purpose: Turn a valid access token into a logged-in user for this request.

Link copied to clipboard
@Component
class JwtHandshakeInterceptor(jwtService: JwtTokenService, productUserService: ProductUserService, tokenBlacklistService: TokenBlacklistService) : HandshakeInterceptor

WebSocket handshake interceptor that optionally authenticates the upgrading connection using a JWT.