Add BearerTokenAuthentication #7343
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Milestone
Semantically, it's sensible to have
XYZAuthenticationToken
andXYZAuthentication
classes, where the first is the authentication request and the second the (successful) result.BearerTokenAuthenticationFilter
uses aBearerTokenAuthenticationToken
(request) but not aBearerTokenAuthentication
(result), so let's remedy that.The text was updated successfully, but these errors were encountered: