-
Notifications
You must be signed in to change notification settings - Fork 3
Draft: oauth #54
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?
Draft: oauth #54
Conversation
Use Python's built-in warnings module instead of print for better logging practice
Found 2 changed notebooks. Review the changes at https://app.gitnotebooks.com/AnswerDotAI/plash_cli/pull/54 |
📖 Documentation Preview: https://plash-docs-pr-54.pla.sh |
This is a comment about the example code in the documentation. In that code, an app checks if a user is logged in to an app by examining But then the app logs a user out by doing I am not sure, but I think it might be better if the logout example showed clearing only the
|
@algal thanks for the comment. Ive adopted the changes you've suggested! |
This PR adds the oauth feature for plash apps.