Closed
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.