-
Notifications
You must be signed in to change notification settings - Fork 37
doc: Revamp content of Python server quickstart #498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Summary
Redirects per inputRedirects in main/docs/quickstart/webapp/python/index.mdx
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request completely revamps the Python Flask quickstart documentation, transitioning from the older Authlib-based implementation to the new Auth0 server-side Python SDK (auth0-server-python). The PR removes legacy documentation files and introduces a comprehensive, step-by-step guide with CLI-based setup, modern async examples, troubleshooting sections, and advanced usage patterns.
Changes:
- Replaced Authlib SDK tutorial with Auth0's new
auth0-server-pythonSDK - Added CLI-based Auth0 application setup for Mac/Linux and Windows
- Introduced comprehensive troubleshooting and advanced usage sections
- Updated navigation references across multiple locales in docs.json
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 11 comments.
| File | Description |
|---|---|
main/docs/quickstart/webapp/python/interactive.mdx |
Deleted legacy interactive quickstart documentation |
main/docs/quickstart/webapp/python/_index.mdx |
Deleted legacy index documentation |
main/docs/quickstart/webapp/python/index.mdx |
New comprehensive quickstart with auth0-server-python SDK, CLI setup, templates, and advanced features |
main/docs.json |
Updated navigation paths from python/interactive to python/index across all locales |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <Tab title="CLI"> | ||
| Run the following shell command on your project's root directory to create an Auth0 application and update your `.env` file: | ||
|
|
||
| <Tabs> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.

By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.
Description
References
Testing
Checklist