ReactiveJwtFilter

class ReactiveJwtFilter(jwtProvider: DefaultJwtProvider) : WebFilter

WebFilter that performs JWT authorization. Register and use with SecurityWebFilterChain on Spring Reactive Security.

Constructors

Link copied to clipboard
constructor(jwtProvider: DefaultJwtProvider)

Functions

Link copied to clipboard
open override fun filter(exchange: ServerWebExchange, chain: WebFilterChain): Mono<Void>

Method to perform authorization through bearer token.