I'm trying to add some key/values to the Auth Request and Token Request of League/oauth2-client
in Postman it looks like this:
I tried adding them as GET in the auth/token url but that did not work .. I also tried some other stuff but to no avail ..
I'm trying to add some key/values to the Auth Request and Token Request of League/oauth2-client
in Postman it looks like this:
I tried adding them as GET in the auth/token url but that did not work .. I also tried some other stuff but to no avail ..
Copyright © 2021 Jogjafile Inc.

turns out that library is not really needed.. for auth request you can do a simple url like this:
and for token you can use curl like this