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

Initial Configuration #1415

Open JoMo1970 opened 3 weeks ago

JoMo1970 commented 3 weeks ago

Hello,

I am very new to using this framework. To initialize the oauth2 server, where do I configure the client id and other parameters that are to be used to validate incoming client ids, etc? I am not finding clear documentation on how to do this. I appreciate any help.