Caddy Security Versions Save

🔐 Authentication, Authorization, and Accounting (AAA) App and Plugin for Caddy v2. 💎 Implements Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0 (Github, Google, Facebook, Okta, etc.), SAML Authentication. MFA/2FA with App Authenticators and Yubico. 💎 Authorization with JWT/PASETO tokens. 🔐

v1.1.19

1 year ago

Changelog

  • 368042a github: update github actions with go1.19 and go1.20
  • 974e976 released v1.1.19
  • 42fb8d4 remove container github action
  • 771669f update go modules

v1.1.18

1 year ago

Changelog

  • 930a62a add secrets manager guest modules
  • 5132b0a released v1.1.18
  • c4ce066 update github actions
  • 94c1665 upgrade to github.com/greenpau/go-authcrunch v1.0.39

v1.1.17

1 year ago

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

1 year ago
  • 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

1 year ago
  • 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

1 year ago
  • 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 (greenpau/caddy-security#101, authp/authp.github.io#23)
    • ui: add apps templates - aws sso and mobile access
    • ui: minify css assets

v1.1.13

1 year ago
  • ids/ldap: add fallback roles directive (#120)
  • upgrade to github.com/greenpau/go-authcrunch v1.0.34
    • ids/ldap: add support for fallback roles (#120)
    • ui: convert sandbox template to tailwindcss

v1.1.12

1 year ago
  • 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

v1.1.11

1 year ago
  • 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 (greenpau/caddy-security#102)

v1.1.10

2 years ago
  • oauth: enable additional scopes via URL query string parameter (#112) See doc.