Auth Context Service
@Service
Utilities for inspecting and mutating the current authentication context.
isAuthenticated(): true when a non-anonymous Authentication is present.
logout(): best-effort blacklist of the presented access token and SecurityContext cleanup.
Constructors
Link copied to clipboard
constructor(jwtTokenService: JwtTokenService, tokenBlacklistService: TokenBlacklistService, productUserService: ProductUserService)