Skip to content

Releases: Creoox/cx-traefik-forward-auth

v1.1.5

30 Jun 11:12
126b3db
Compare
Choose a tag to compare

Added support for different token types:

access_token (default)
id_token

Additionally, fixed bug during middleware login (authentication wasn't done while creating a session)

v1.1.4

22 Jun 10:48
abafa81
Compare
Choose a tag to compare

New features:

  • role-based authentication: reads roles from desired list in token payload (dot notation) and checks them against desired role (both adjustable in env file)

v1.1.3

26 Apr 19:12
9e4652f
Compare
Choose a tag to compare

Bugfixes:

  • missing /public folder in prod image

v.1.1.2

26 Apr 18:32
9e3ec5f
Compare
Choose a tag to compare

Bugfixes:

  • /_oauth/token endpoint when no x-forwarded-uri header

v1.1.1

17 Mar 09:58
7a341cb
Compare
Choose a tag to compare

Following issues have been fixed:

  • error with creating 'logs' folder while no docker volume binding was used

v1.1.0-alpha

24 Feb 10:39
96395e0
Compare
Choose a tag to compare

Introduced changes:

  • added AUTH_ALLOW_UNSEC_OPTIONS param that passes OPTIONS requests when set to true (mind the X-Forwarded-Method header)
  • bug-fixed issuer url ending with "/" for JWT check
  • optimized docker production image

v1.0.1-alpha

30 Nov 15:38
4ffff01
Compare
Choose a tag to compare

Improved Implicit Flow login

1.0.0-alpha

29 Nov 11:00
1061418
Compare
Choose a tag to compare
1.0.0-alpha Pre-release
Pre-release

Releasing fist stable version.