# 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
# 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