Caddy Auth Portal Versions Save

Authentication Plugin for Caddy v2 implementing Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0 (Github, Google, Facebook, Okta, etc.), SAML Authentication. MFA with App Authenticators and Yubico.

v1.4.28

2 years ago
  • upgrade go module deps

    • github.com/caddyserver/caddy/v2 v2.4.6
    • github.com/go-ldap/ldap/v3 v3.4.1
    • github.com/golang-jwt/jwt/v4 v4.1.0
    • github.com/greenpau/caddy-authorize v1.3.2
    • github.com/greenpau/caddy-trace v1.1.8
    • go.uber.org/zap v1.19.1
  • oauth: upgrade facebook provider to graph v12 (see #181)

  • remove callback from issuer url path in issued tokens

v1.4.27

2 years ago
  • migrate to utils from caddy-authorize
  • add config example for multihost in a single domain
  • oauth client: Add ProxyFromEnvironment when using custom Transport #190

v1.4.26

2 years ago
  • upgrade to github.com/greenpau/caddy-authorize v1.3.18 (see greenpau/caddy-authorize#84)

v1.4.25

2 years ago

v1.4.24

2 years ago

New feature: Gitlab auth backend with group memberships!

  • add gitlab provider to oauth2 backends (#169)

Docs: https://github.com/greenpau/caddy-auth-portal#gitlab

v1.4.23

2 years ago
  • bugfix: Fix SAML redirect code (302, not 200)

v1.4.22

2 years ago
  • upgrade to github.com/greenpau/caddy-auth-jwt v1.3.16

v1.4.21

2 years ago
  • feature: delayed oauth 2.0 backend start fetches config in a separate goroutine (see #103)

v1.4.20

2 years ago
  • feature: allow configuring crypto default with auto-generated keys (see #162)

v1.4.19

2 years ago
  • feature: add delayed start and retries to Auth 2.0 backends (#103)
  • feature (partial): oauth 2.0 backend user group fetch facility (#158)