Skip to content

Releases: greenpau/go-authcrunch

v1.0.32

03 Jun 03:15
Compare
Choose a tag to compare
  • oauth: add auth portal cookie for storing identity provider id_token (authp/authp.github.io#28)
  • oauth: implement ending session via oauth provider logout url
  • oauth: fix typo in javascript-based redirect
  • whoami: add custom claims to json response (greenpau/caddy-security#102)

v1.0.30

23 May 00:47
Compare
Choose a tag to compare
  • 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.0.29

20 May 05:33
Compare
Choose a tag to compare

v1.0.28

10 May 00:49
Compare
Choose a tag to compare
  • ids/local: handle statically-defined users (authp/authp.github.io#20)
  • bugfix: redirections stops working when query parameter disabled

v1.0.27

07 May 20:21
Compare
Choose a tag to compare

v1.0.25

24 Apr 01:59
Compare
Choose a tag to compare
  • oauth: add support for aws cognito idp (docs)

v1.0.24

18 Apr 05:02
Compare
Choose a tag to compare
  • authorize: implement header injection of nested fields
  • oauth: add fetching of openid userinfo (#13)
  • Remediate CodeQL Issues

v1.0.23

10 Apr 17:21
Compare
Choose a tag to compare
  • refactor user registration
  • add codeql scanner
  • improve log sanitizer function
  • improve session id sanitizer function

v1.0.22

03 Apr 13:22
Compare
Choose a tag to compare
  • oauth: add configuration option to for email field check (greenpau/caddy-security#77). If disabled, there will be no check for the presence of
    email field in a token received from IdP.

v1.0.21

02 Apr 03:57
Compare
Choose a tag to compare
  • refactor auth proxy for basic and api key auth
  • add file system based messaging