Skip to content
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

[Feature]: Update documentation to reflect localhost authentication errors #697

Open
Justin-Zwart opened this issue Jul 2, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation feature Request for new feature triage Issue that need to be triaged

Comments

@Justin-Zwart
Copy link
Collaborator

Contact Details

[email protected]

What should we build?

In docs/workshops/beginner/start-applications.md, I have run into some issues with setting OAUTH2_ACTIVE to false. The frontend reports these errors as CORS errors, which leads to some tricky debugging.

I would recommend mentioning in the tutorial that this error is easy to run into if running on a standard localhost setup. It could be mentioned for instance that running with this value set to false can be done with OAUTH2_ACTIVE=false uvicorn --host localhost --port 8080 main:app.

Relevant pseudo code

No response

@Justin-Zwart Justin-Zwart added feature Request for new feature triage Issue that need to be triaged labels Jul 2, 2024
@pboers1988
Copy link
Member

@Justin-Zwart we welcome PR's ;)

@wouter1975 wouter1975 added the documentation Improvements or additions to documentation label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature Request for new feature triage Issue that need to be triaged
Projects
None yet
Development

No branches or pull requests

3 participants