devinshende / challenge-tracker

Website to track challenge times for obstacles at nwninjapark in springfield, OR
https://ninjapark-tracker.herokuapp.com
1 stars 0 forks source link

rework our custom authentication to be done with flask_login #33

Closed devinshende closed 5 years ago

devinshende commented 5 years ago

This will fix issue #2. read https://flask-login.readthedocs.io/en/latest/ for info on how to use it. Then decorate any /<username>/something route with @loginrequired

we will need to make a user class instead of using users.txt and change a lot of code to make it work but it will be worth it