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

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

Closed mkubala closed 5 years ago

mkubala commented 5 years ago

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.

mkubala commented 5 years ago

Fixed. Will be included in 0.5.10.