spring-security/oauth2/oauth2-resource-server
Nicolas Le Bas 63f2b6094f The "Bearer" keyword should be case-insensitive
The Authorization header was matched for OAuth2
against the "Bearer" keyword in a case sensitive
fashion.
According to RFC 2617, it should be case insensitive
and some oauth clients (including some earlier
versions of spring-security) expect it so.
2018-11-28 19:34:47 -07:00
..
src The "Bearer" keyword should be case-insensitive 2018-11-28 19:34:47 -07:00
spring-security-oauth2-resource-server.gradle Add JwtReactiveAuthenticationManager 2018-07-30 11:39:28 -05:00