Releases: pac4j/lagom-pac4j
Releases · pac4j/lagom-pac4j
2.2.1
📣 Lagom Pac4j 2.2.1 released!
We are pleased to announce the release of Pac4j module for Lagom framework.
📗 What’s Changed
- Add
JwtCreator
for signing and encrypting JWT (#32) @iriale
2.2.0
📣 Lagom Pac4j 2.2.0 released!
We are pleased to announce the release of Pac4j module for Lagom framework.
📗 What’s Changed
- Add
Unauthorized
exception and use it for an anonymous profile. (#35) @ihostage
- Support initialize
JwtAuthenticator
by urls of JWKS (#34) @ihostage
2.1.0
Release Notes
- #24 Support Scala 2.13 and Lagom 1.6
1.1.0
Supports
Features
- Authentication and authorization by CookieClient
1.0.0
First release of authorization logic for Lagom framework with usage pac4j security engine.
Supports
Features
- Authentication and authorization by HeaderClient
- Support JwtAuthenticator