thephpleague / oauth2-server

A spec compliant, secure by default PHP OAuth 2.0 Server
https://oauth2.thephpleague.com
MIT License
6.49k stars 1.12k forks source link

Make Basic Auth Case Insensitive #1403

Closed Sephster closed 2 months ago

Sephster commented 2 months ago

Allows the word Basic to be case insensitive when retrieving basic auth credentials. Reported in issue #1399