grails-spring-security-rest icon indicating copy to clipboard operation
grails-spring-security-rest copied to clipboard

Added support for RS256

Open nathandunn opened this issue 3 years ago • 3 comments

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.

nathandunn avatar Feb 25 '21 04:02 nathandunn