Releases: greenpau/caddy-security
Releases · greenpau/caddy-security
v1.1.9
upgrade to github.com/greenpau/go-authcrunch v1.0.30
- template/login: add login QR code handler
- github: add open collective funding link
- oauth: Ability to provide scopes from the request into the security backends (#19)
v1.1.8
🔥All! Please ask your employers to support this project via Open Collective. 🔥
- ui: redesign login template (moving towards TailwindCSS and jQuery for user management UI)
- cookie: add support for domain stripping (#107)
v1.1.7
- ids/local: handle
user
directive (authp/authp.github.io#20)
- upgrade to github.com/greenpau/go-authcrunch v1.0.28
v1.1.6
- upgrade to github.com/greenpau/go-authcrunch v1.0.27
v1.1.5
- upgrade to github.com/greenpau/go-authcrunch v1.0.25
- oauth: add support for aws cognito idp (docs)
v1.1.4
- idp: add directive for icon name, text, color (doc)
- oauth: add directive for userinfo field extraction (#87)
- upgrade to github.com/greenpau/go-authcrunch v1.0.24
- authorize: implement header injection of nested fields (doc)
- oauth: add fetching of openid userinfo (#13)
- Remediate CodeQL Issues
v1.1.3
- create user registration configuration section
- upgrade to github.com/greenpau/go-authcrunch v1.0.23
- refactor user registration
- add codeql scanner
- improve log sanitizer function
- improve session id sanitizer function
v1.1.2
- oauth: add configuration option to for email field check (#77). If
disable email claim check
is present, there will be no check for the presence of email field in a token received from IdP.
v1.1.1
- upgrade to go-authcrunch v1.0.21
- refactor auth proxy for basic and api key auth
- add file system based messaging
- switch from
github.com/satori/go.uuid
to github.com/google/uuid
v1.0.19
🔥BREAKING (BUT NECESSARY) CHANGES 🔥See #83 (comment)
- upgrade to github.com/greenpau/go-authcrunc v1.0.20
- split backends to identity stores and providers
- oauth: use first available key to validate token when kid not found (#77)