aaron-schroeder / distilling-flask

Strava app for display and analysis of personal running data, powered by Flask, Dash, and Pandas.
MIT License
3 stars 0 forks source link

Save token info in database, not session #24

Closed aaron-schroeder closed 1 year ago

aaron-schroeder commented 1 year ago

Since the app is going to be associated with one user only, it doesn't make sense to save the token in session. It should exist in a more permanent format, in a database.