Authentication
Table of Contents
Classes
- AutoBasicAuth
- Authenticate a PSR-7 Request using Basic Auth based on credentials in the URI.
- BasicAuth
- Authenticate a PSR-7 Request using Basic Auth.
- Bearer
- Authenticate a PSR-7 Request using a token.
- Chain
- Authenticate a PSR-7 Request with a multiple authentication methods.
- Header
- Matching
- Authenticate a PSR-7 Request if the request is matching.
- QueryParam
- Authenticate a PSR-7 Request by adding parameters to its query.
- RequestConditional
- Authenticate a PSR-7 Request if the request is matching the given request matcher.
- Wsse
- Authenticate a PSR-7 Request using WSSE.