Skip to content

Releases: greenpau/caddy-security

v1.0.18

23 Mar 15:35
Compare
Choose a tag to compare

v1.0.17

05 Mar 21:02
Compare
Choose a tag to compare
  • upgrade to github.com/greenpau/go-authcrunch v1.0.18

v1.0.16

16 Feb 03:35
Compare
Choose a tag to compare
  • upgrade to github.com/greenpau/go-authcrunch v1.0.17
    • oauth: add javascript-based callback (#48)
    • cmd: add authdbctl connect command
    • oauth: change http client in fetchMetadataURL to use the client that uses proxy from environment (greenpau/go-authcrunch#5)

v1.0.15

12 Feb 20:01
Compare
Choose a tag to compare
  • upgrade to github.com/greenpau/go-authcrunch v1.0.16

v1.0.14

11 Feb 03:46
Compare
Choose a tag to compare
  • registration: add admin email Caddyfile directive
  • upgrade to github.com/greenpau/go-authcrunch v1.0.15
    • transforms: add injection of multi-level nested maps
    • registration: improve ui
    • oauth: add jwks tests (#48)
    • oauth: add jwks validation checks for HS and ES keys
    • oauth: add jwks support for HS and ES keys
    • oauth: add jwks support for enc usage field
    • registration: add new email templates

v1.0.13

06 Feb 20:08
Compare
Choose a tag to compare
  • add enable admin api Caddyfile directive
  • upgrade to github.com/greenpau/go-authcrunch v1.0.14
    • cookie: add multi-domain config for single portal (#43)
    • admin api: add metadata endpoint
    • config: add admin api config
    • messaging: modify email format (#26)
    • bugfix: fix authorization bypass issue (#44)

v1.0.12

02 Feb 00:56
Compare
Choose a tag to compare

upgrade to github.com/greenpau/go-authcrunch v1.0.13

  • kms: add crypto default key kid handling
  • sandbox: add logging for failed auth attempts (#42)
  • registration: add email notification capability
  • saml: add upn and oid metadata ms attributes

v1.0.11

31 Jan 02:49
Compare
Choose a tag to compare
  • Add login hint Caddyfile directive
  • registration: add email provider directive
  • add placeholder handling for ui and registration
  • upgrade to github.com/greenpau/go-authcrunch v1.0.12
    • Implement forwarding of login hint to auth URL
    • config: add provider and credentials checks for user registration
    • registration: modify registration flow and ui template

v1.0.10

29 Jan 21:51
Compare
Choose a tag to compare
  • upgrade to github.com/greenpau/go-authcrunch v1.0.11
    • authenticate: add func to combine groups, group, role into roles

v1.0.9

29 Jan 19:28
Compare
Choose a tag to compare
  • upgrade to github.com/greenpau/go-authcrunch v1.0.10
    • messaging: add email messaging provider
    • fix: ldap dialer errors