softwaremill / akka-http-session

Web & mobile client-side akka-http sessions, with optional JWT support

Home Page:https://softwaremill.com/open-source/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSA signing for JWT

mkubala opened this issue · comments

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.

Released in 0.5.7