Skip to content

Releases: pac4j/lagom-pac4j

2.2.1

09 Nov 16:29
Compare
Choose a tag to compare

📣 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

03 Nov 12:39
Compare
Choose a tag to compare

📣 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

09 Jan 17:14
Compare
Choose a tag to compare

Release Notes

  • #24 Support Scala 2.13 and Lagom 1.6

2.0.0

03 May 09:24
Compare
Choose a tag to compare

Supports

  • #16 Support Lagom 1.5.+

1.1.0

05 Mar 15:27
Compare
Choose a tag to compare

Supports

  • Pac4j 3.6.+

Features

  • Authentication and authorization by CookieClient

1.0.0

22 Nov 09:33
Compare
Choose a tag to compare

First release of authorization logic for Lagom framework with usage pac4j security engine.

Supports

  • Lagom 1.4+
  • pac4j 3.4.+

Features

  • Authentication and authorization by HeaderClient
  • Support JwtAuthenticator