Releases: greenpau/go-authcrunch
Releases · greenpau/go-authcrunch
v1.1.3
Changelog
- dd6967e authn: fix base path extraction for profile ui
- 47945a0 chore: remove hardcoded portal role names
- 92f0dbe feature: embed profile ui files
- d5e997a fix: delete expired session cache entries
v1.1.2
Changelog
- bfaeabc modify default protal roles acl
- baf1a38 remove settings endpoint
v1.1.1
Changelog
- c5d0307 add api key handler to profile api
- 86bec33 add api key testing to profile api
- 0454e12 add multiple handlers to profile api
- e9988da feature: add app mfa tokens via profile api
- aa53516 feature: add app token passcode testing to profile api
- bca8dda feature: add gpg key add operations to profile api
- c9e5dc0 feature: add keys to profile api
- e6d37cb feature: add profile api endpoint
- 7bdfa68 feature: add ssh key add operations to profile api
- 68df1f9 feature: add u2f registration to profile api
- 2483fa3 feature: add webauthn token testing to profile api
- 73c7353 feature: allow configuration of default admin, user, and guest roles
- ae9e524 feature: delete mfa tokens via profile api
- a3a4d0e fix: remove superadmin user password from log
v1.0.50
Changelog
- 08d3bc2 bug: fix bug with duplicate store config
- 5faadfc feature: add linkedin oauth provider
- 8611a21 feature: logout redirects for oauth endpoints
v1.0.49
Changelog
- bd132ae feature: add redirects package for trusted redirect uri matching
- dd4e160 feature: add trusted_logout_redirect_uri_configs to authn config
- 3ccfd91 feature: handle logout with redirect uri present
v1.0.47
Changelog
- 31cf77b @pgporada has signed the CLA in #48
- c2f045e Remove duplicate ReadFileBytes utility code and check for string zero value (#48)
- dd42ae7 authn: update handler for whoami probe
- 5898422 released v1.0.47
- bd6bad9 upgrade golang.org/x/crypto from 0.16.0 to 0.17.0
v1.0.44
- fix: idp/oauth: update validator