Categorygithub.com/matthias-stone/caddy-security
modulepackage
0.0.0-20240318182629-f281d3cba0b3
Repository: https://github.com/matthias-stone/caddy-security.git
Documentation: pkg.go.dev

# README

caddy-security

Security App and Plugin for Caddy v2. It includes:

  • Authentication Plugin for implementing Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0, SAML Authentication
  • Authorization Plugin for HTTP request authorization based on JWT/PASETO tokens
  • Credentials Plugin for managing credentials for various integrations

Please show your appreciation for this work and :star: :star: :star:

Please consider sponsoring this project via Github Sponsors!

Please ask questions either here or via LinkedIn. I am happy to help you! @greenpau

Documentation: authp.github.io

Docker Container: authp/authp

Configuration Examples: here

Security Policy: SECURITY.md

# Packages

No description provided by the author
No description provided by the author

# Structs

App implements security manager.
AuthnMiddleware implements Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0, SAML Authentication.
AuthzMiddleware authorizes access to endpoints based on the presense and content of JWT token.

# Interfaces

No description provided by the author