Expand description
A default implementation of a authentication extractor for bearer token based authentication.
Structsยง
- Bearer
Authentication Extractor - 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.