softwaremill / akka-http-session

Web & mobile client-side akka-http sessions, with optional JWT support
https://softwaremill.com/open-source/
Apache License 2.0
440 stars 58 forks source link

RSA signing for JWT #64

Closed mkubala closed 5 years ago

mkubala commented 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.

adamw commented 5 years ago

Released in 0.5.7