Module actix_web_security::authentication::scheme::bearer[][src]

The bearer scheme module offers an implementation of JWT based OAuth2 authentication header extractor, authentication provider and user detail service.
Additionally a JWK module is provided to load JWKs for token verification from the local file system or dynamically from a HTTP-Endpoint.

Modules

jwk

The jwk module provides utility functions to load JWKs to use for verification of JWTs.

jwt

The jwt bearer scheme module offers an implementation of a JWT based authentication header extractor, authentication provider and user detail service.