Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Releases: greenpau/caddy-authorize

v1.3.24

06 Jan 07:36
Compare
Choose a tag to compare
  • 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

09 Dec 05:43
Compare
Choose a tag to compare

🔥 🔥 🎉 😃 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

05 Dec 20:38
Compare
Choose a tag to compare
  • add temp challenge for u2f auth in user struct

v1.3.20

13 Nov 19:53
Compare
Choose a tag to compare
  • 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

30 Oct 15:57
Compare
Choose a tag to compare
  • update go.mod with min go1.16 version

v1.3.18

20 Oct 01:00
Compare
Choose a tag to compare
  • fix ip6 source address parser (see #84 )

v1.3.17

14 Oct 01:41
Compare
Choose a tag to compare
  • renamed caddy-auth-jwt to caddy-authorize (see #86 )

v1.3.16

03 Sep 20:13
Compare
Choose a tag to compare
  • caddyfile: reenable set redirect query parameter (see #82)

v1.3.15

12 Aug 01:34
Compare
Choose a tag to compare
  • feature: add crypto key store config for token props (see github.com/greenpau/caddy-auth-portal#162)

v1.3.14

13 Jul 02:13
Compare
Choose a tag to compare
  • upgrade to github.com/golang-jwt/jwt