Releases: greenpau/caddy-security
Releases · greenpau/caddy-security
v1.1.19
v1.1.18
v1.1.17
Changelog
- d3650bb github: add goreleaser github action
- 2e8eca6 github: update .github/workflows/release.yml
- 4dd61ac github: update .github/workflows/release.yml with GOPATH env var
- 87bc9d1 github: update .goreleaser.yaml
- 2046bb5 released v1.1.17
- b6ab399 update Caddyfile for updated app_test.go
- fd6ce80 update github/FUNDING.yml
- e628cc1 upgrade to github.com/greenpau/go-authcrunch v1.0.38
v1.1.16
- upgrade to caddy v2.6.2
- fix: setting meta UI title
- upgrade to go-authcrunch v1.0.37
- mfa: add support for windows hello
- update go.mod and add css colors for discord
- oauth: added support for discord oath provider (see greenpau/go-authcrunch#27 and Discord docs)
- sso: implement metadata.xml handler
v1.1.15
- github: upgrade workflow to go1.18
- authn: add sso provider directives
- upgrade to github.com/greenpau/go-authcrunch v1.0.36
- fix login hint bug (greenpau/go-authcrunch/issues/23)
v1.1.14
- cookie: if domain and insecure specified then set for all (#124)
- ui: add disable settings page directive
- upgrade to github.com/greenpau/go-authcrunch v1.0.35
- ui: generate nav menu for settings page
- ui: format login template
- ui: remove debug from login template
- ui: hide login form links (#101, authp/authp.github.io#23)
- ui: add apps templates - aws sso and mobile access
- ui: minify css assets
v1.1.13
v1.1.12
- ui: add meta title, author, description directives (authp/authp.github.io#31)
- oauth: add enable logout directive (authp/authp.github.io#30)
- upgrade to github.com/greenpau/go-authcrunch v1.0.33
- oauth: add
enable logout
facilities - ui: convert portal and whoami templates to tailwindcss
- ui: change go/template ref from Title to PageTitle
- settings: fix logic for non-local identity stores
- ui: convert register template to tailwindcss
- oauth: add
v1.1.11
- add
enable id_token cookie [<cookie_name>]
Caddyfile directive - upgrade to github.com/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 (#102)