# Packages
Package basic provides authentication strategy, to authenticate HTTP requests using the standard basic scheme.
Package digest provides authentication strategy, to authenticate HTTP requests using the standard digest scheme as described in RFC 7616.
Package jwt provides authentication strategy, to authenticate HTTP requests based on jwt token.
Package kubernetes provide auth strategy to authenticate, incoming HTTP requests using a Kubernetes Service Account Token.
Package ldap provides authentication strategy, to authenticate HTTP requests and builds, extracts user informations from LDAP Server.
No description provided by the author
Package token provides authentication strategy, to authenticate HTTP requests based on token.
Package twofactor provides authentication strategy, to authenticate HTTP requests based on one time password(otp).
No description provided by the author
Package x509 provides authentication strategy, to authenticate HTTPS requests and builds, extracts user informations from client certificates.