Support for asymmetric algorithms such as RS256
Open
relates-to:spring-security
- Dominant language
- Groovy
- Stars
- 2.9k
- Forks
- 975
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 92
Description
I tried to change the get algorithm to RS256 to match the client.
```
plugin:
springsecurity:
rest:
token:
generation:
jwt:
algorithm: "RS256"
```
However, it JwtService only seems to return `HS256`. Possibly a misconfiguration.
Contributor guide
Assessment
This issue has not been assessed yet.