Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Feb 15, 2024
1 parent 27e5a74 commit a0fa2d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public Mono<Void> filter(ServerWebExchange exchange, WebFilterChain chain) {
if (token != null) {
Authentication auth = tokenizer.getAuthentication(token);
return chain.filter(exchange)
.contextWrite(ReactiveSecurityContextHolder.withAuthentication(auth))
.contextWrite(ReactiveSecurityContextHolder.withAuthentication(auth));
}
return chain.filter(exchange);
}
Expand Down

0 comments on commit a0fa2d3

Please sign in to comment.