auth0 / node-auth0

Node.js client library for the Auth0 platform.
MIT License
630 stars 309 forks source link

Only allow confidential clients #905

Closed frederikprijck closed 1 year ago

frederikprijck commented 1 year ago

Changes

Only allow confidential clients by enforcing client secret or client assertion.

Checklist