Releases: greenpau/go-authcrunch
Releases · greenpau/go-authcrunch
v1.0.32
- 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
v1.0.29
- cookie: add support for domain stripping (greenpau/caddy-security#107)
- ui: update login template
v1.0.28
v1.0.27
v1.0.25
v1.0.24
v1.0.23
v1.0.22
- 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.