auth0 / express-openid-connect

An Express.js middleware to protect OpenID Connect web applications.
MIT License
473 stars 144 forks source link

Adjust Token Endpoint Auth Method in configuration steps #481

Closed ewanharris closed 1 year ago

ewanharris commented 1 year ago

Description

Due to a recent refactor in the management UI this is no longer shown in the main settings but instead in the credentials tab, so change the sentence to reflect this

References

Include any links supporting this change such as a:

  • GitHub Issue/PR number addressed or fixed
  • Auth0 Community post
  • StackOverflow post
  • Support forum thread
  • Related pull requests/issues from other repos

If there are no references, simply delete this section.

Testing

Describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Please include any manual steps for testing end-to-end or functionality not covered by unit/integration tests.

Also include details of the environment this PR was developed in (language/platform/browser version).

Checklist