Skip to content

Releases: greenpau/caddy-security

v1.1.9

23 May 01:27
Compare
Choose a tag to compare

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

  • template/login: add login QR code handler

qr_code_demo

  • github: add open collective funding link
  • oauth: Ability to provide scopes from the request into the security backends (#19)

v1.1.8

20 May 05:53
Compare
Choose a tag to compare

🔥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)

login_template_redesign

v1.1.7

10 May 00:58
Compare
Choose a tag to compare
  • ids/local: handle user directive (authp/authp.github.io#20)
  • upgrade to github.com/greenpau/go-authcrunch v1.0.28

v1.1.6

07 May 20:26
Compare
Choose a tag to compare
  • upgrade to github.com/greenpau/go-authcrunch v1.0.27

v1.1.5

24 Apr 02:03
Compare
Choose a tag to compare
  • upgrade to github.com/greenpau/go-authcrunch v1.0.25
    • oauth: add support for aws cognito idp (docs)

v1.1.4

18 Apr 05:12
Compare
Choose a tag to compare
  • 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

10 Apr 17:33
Compare
Choose a tag to compare
  • 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

03 Apr 13:34
Compare
Choose a tag to compare
  • 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

02 Apr 04:04
Compare
Choose a tag to compare
  • 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

30 Mar 22:53
Compare
Choose a tag to compare

🔥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)