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

How to use HTPP Basic Auth? #1279

Closed super-mad-scientist closed 2 years ago

super-mad-scientist commented 2 years ago

I want to use HTTP Basic auth because mandatory of the job i currently work on. How to do it? Is there already option to use that? I search the doc but could find it If not yet, perhaps i could contribute too :)

Sephster commented 2 years ago

I'm so sorry, I saw this come in and was meant to reply but it completely slipped my mind. Just in case you didn't find the answer you were looking for, we can use HTTP Basic Auth for client credentials but I don't think it is used anywhere else. Were you wanting to use HTTP Basic Auth to send client credentials across? Apologies again for not getting back to you promptly