Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make client_id and client_secret optional for the token endpoint
bshaffer/oauth2-server-php supports sending the client id and secret as http basic auth. With client id and secret set as required clients that send them via basic auth instead of in the request body will get an error when they try to exchange the token.
- Loading branch information