grails-spring-security-core
grails-spring-security-core copied to clipboard
Support for asymmetric algorithms such as RS256
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.