mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 14:22:47 +00:00
Polish JwtAuthenticationConverter Preparation Steps
Issue gh-12022
This commit is contained in:
parent
63aec87c61
commit
17123a3b0f
@ -315,5 +315,6 @@ Use of the `implicit` grant type is not recommended and all related support is r
|
||||
|
||||
== Address `JwtAuthenticationConverter` Deprecation
|
||||
|
||||
The method `extractAuthorities(...)` can be replaced with `JwtGrantedAuthoritiesConverter#convert(...)`.
|
||||
The method `extractAuthorities` will be removed.
|
||||
Instead of extending `JwtAuthenticationConverter`, please supply a custom granted authorities converter with `JwtAuthenticationConverter#setJwtGrantedAuthoritiesConverter`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user