auth0-extensions / auth0-authentication-api-debugger-extension

MIT License
5 stars 14 forks source link

Add `client_secret` parameter to Password Grant #75

Open imageck opened 1 year ago

imageck commented 1 year ago

POST requests to /oauth/token require the client_secret parameter be present. Otherwise access is denied.

Close #74 .