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

Switch postgresql user management to flask-login #1

Open
shreystechtips opened this issue Dec 9, 2019 · 1 comment
Open

Switch postgresql user management to flask-login #1

shreystechtips opened this issue Dec 9, 2019 · 1 comment
Milestone

Comments

@shreystechtips
Copy link
Owner

Change away from a ground-up approach for user management in the API, since the Flask-Login package can use @is_autheticated decorators which are useful in rendering new pages when users want to try out the API without using a client or craft their own POST requests.

Also, I will be able to display the API key on more pages than just rendering the login page with the API Key, which looks not so nice. I can have a 'user management' page where users can create/delete API Keys (and not be locked to one api key per account).

@shreystechtips shreystechtips added this to the started milestone Dec 9, 2019
@shreystechtips
Copy link
Owner Author

idk if its worth doing...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant