Closed mkubala closed 5 years ago
I need to integrate my akka-http-session based app with some L7 proxy and communication bus, which requires RS256 or ES256 to be used as the JWT alg.
Unfortunately, at the moment library supports only HS256 (HmacSHA256).
I'd like to add support for RSA keys and make JwtSessionEncoder configurable.
JwtSessionEncoder
Released in 0.5.7
I need to integrate my akka-http-session based app with some L7 proxy and communication bus, which requires RS256 or ES256 to be used as the JWT alg.
Unfortunately, at the moment library supports only HS256 (HmacSHA256).
I'd like to add support for RSA keys and make
JwtSessionEncoder
configurable.