Releases: Creoox/cx-traefik-forward-auth
Releases · Creoox/cx-traefik-forward-auth
v1.1.5
v1.1.4
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
Bugfixes:
- missing /public folder in prod image
v.1.1.2
Bugfixes:
- /_oauth/token endpoint when no x-forwarded-uri header
v1.1.1
Following issues have been fixed:
- error with creating 'logs' folder while no docker volume binding was used
v1.1.0-alpha
Introduced changes:
- added
AUTH_ALLOW_UNSEC_OPTIONS
param that passes OPTIONS requests when set totrue
(mind theX-Forwarded-Method
header) - bug-fixed issuer url ending with "/" for JWT check
- optimized docker production image
v1.0.1-alpha
Improved Implicit Flow login
1.0.0-alpha
Releasing fist stable version.