-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)type: breaks-passivityA change that breaks passivity with the previous releaseA change that breaks passivity with the previous releasetype: enhancementA general enhancementA general enhancement
Milestone
Description
Some of the classes in oauth2-resource-server
could be better aligned with the whole.
For example, if XYZ
represents the root package for that module, then:
- authentication filters tend to be in
XYZ.web.authentication
, butBearerTokenAuthenticationFilter
is only inXYZ.web
- authentication tokens tend to be in
XYZ.authentication
, butBearerTokenAuthenticationToken
is inXYZ
Since these have both GA'd already, they likely won't be adjusted on the 5.x release train, but I'm recording this for future reference.
Metadata
Metadata
Assignees
Labels
in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)type: breaks-passivityA change that breaks passivity with the previous releaseA change that breaks passivity with the previous releasetype: enhancementA general enhancementA general enhancement