Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
re-number auth0 example
  • Loading branch information
shiraayal-tadata committed Apr 22, 2025
commit afdc0eccf6b7f5eff62f6dc5b3cba63c610d9758
2 changes: 1 addition & 1 deletion docs/03_authentication_and_authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ For this to work, you have to make sure mcp-remote is running [on a fixed port](

## Working Example with Auth0

For a complete working example of OAuth integration with Auth0, check out the [auth_example_auth0.py](/examples/08_auth_example_auth0.py) in the examples folder. This example demonstrates the simple case of using Auth0 as an OAuth provider, with a working example of the OAuth flow.
For a complete working example of OAuth integration with Auth0, check out the [auth_example_auth0.py](/examples/09_auth_example_auth0.py) in the examples folder. This example demonstrates the simple case of using Auth0 as an OAuth provider, with a working example of the OAuth flow.

For it to work, you need an .env file in the root of the project with the following variables:

Expand Down
File renamed without changes.