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

JWT: Add support for `iss` and `aud` claims

mkubala opened this issue · comments

These claims are required by some service proxies that supports JWS verification.
Unfortunately claims cannot be injected using a custom serialiser in the application code, since its output is nested together with other payload fields under the data key.

Fixed. Will be included in 0.5.10.