Skip to content

Releases: greenpau/go-authcrunch

v1.0.20

30 Mar 22:29
Compare
Choose a tag to compare
  • split backends to identity stores and providers
  • oauth: use first available key to validate token when kid not found (greenpau/caddy-security#77)

v1.0.19

23 Mar 15:14
Compare
Choose a tag to compare

v1.0.18

05 Mar 20:55
Compare
Choose a tag to compare
  • oauth: modify js callback script
  • transforms: add replacer to transform actions (greenpau/caddy-security#54)
  • transforms: add replacer tests
  • authdbctl: update docs
  • authdbctl: add todo list

v1.0.17

16 Feb 03:31
Compare
Choose a tag to compare
  • oauth: add javascript-based callback (greenpau/caddy-security#48)
  • cmd: add authdbctl connect command
  • oauth: change http client in fetchMetadataURL to use the client that uses proxy from environment (#5)

v1.0.16

12 Feb 19:55
Compare
Choose a tag to compare
  • oauth: add configuration required token fields
  • registration: fix registration url in email templates

v1.0.15

11 Feb 03:39
Compare
Choose a tag to compare
  • transforms: add injection of multi-level nested maps
  • registration: improve ui
  • oauth: add jwks tests (greenpau/caddy-security#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.14

06 Feb 20:02
Compare
Choose a tag to compare

v1.0.13

02 Feb 00:19
Compare
Choose a tag to compare
  • kms: add crypto default key kid handling
  • sandbox: add logging for failed auth attempts (greenpau/caddy-security#42)
  • registration: add email notification capability
  • saml: add upn and oid metadata ms attributes

v1.0.12

31 Jan 02:33
Compare
Choose a tag to compare
  • 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.11

29 Jan 21:47
Compare
Choose a tag to compare
  • authenticate: add func to combine groups, group, role into roles