Releases: greenpau/caddy-authorize
Releases · greenpau/caddy-authorize
v1.3.24
- feature: basic auth and api key auth via shared idp
- fix: email acl match (see github.com/greenpau/caddy-auth-portal#215)
v1.3.22
🔥 🔥 🎉 😃 refactor JWT token signing to allow CUSTOM claims
More info:
- user: add custom claims to signed JWT token
- tests: add CustomEvalObjectsWithLog function with AllowUnexported opts
- acl: add realm field to acl-capable fields
- kms: remove github.com/golang-jwt/jwt dependency for JWT signing
Partial Resolution: greenpau/caddy-auth-portal#151
v1.3.21
- add temp challenge for u2f auth in user struct
v1.3.20
-
upgrade go module dep
- github.com/caddyserver/caddy/v2 v2.4.6
- go.uber.org/zap v1.19.1
- github.com/golang-jwt/jwt/v4 v4.1.0
v1.3.19
- update go.mod with min go1.16 version
v1.3.18
- fix ip6 source address parser (see #84 )
v1.3.17
- renamed caddy-auth-jwt to caddy-authorize (see #86 )
v1.3.16
- caddyfile: reenable set redirect query parameter (see #82)
v1.3.15
- feature: add crypto key store config for token props (see github.com/greenpau/caddy-auth-portal#162)
v1.3.14
- upgrade to github.com/golang-jwt/jwt