Releases: greenpau/go-authcrunch
Releases · greenpau/go-authcrunch
v1.0.20
- 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
- bugfix: basic and api auth integration (greenpau/caddy-security#71)
v1.0.18
- 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
v1.0.16
v1.0.15
- 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
- cookie: add multi-domain config for single portal (greenpau/caddy-security#43)
- admin api: add metadata endpoint
- config: add admin api config
- messaging: modify email format (greenpau/caddy-security#26)
- bugfix: fix authorization bypass issue (greenpau/caddy-security#44)
v1.0.13
- 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