Module header_extractor

Module header_extractor 

Source
Expand description

A default implementation of a authentication extractor for bearer token based authentication.

Structsยง

BearerAuthenticationExtractor
The definition of a BearerAuthenticationExtractor. The authentication extractor extracts the authentication information from the authorization header and decodes the token to be used in the user authentication using a token decoder.