Login system #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a login system using Flask-Login (https://flask-login.readthedocs.io/en/latest/)
Login system will for now take a username/password and link it with a google ID for use with the bot
** Need to look into supplimenting with google OAUTH for the site, this should make it 10/10
Look into implementing the PoC from (https://www.digitalocean.com/community/tutorials/how-to-add-authentication-to-your-app-with-flask-login)