Kevin-Mok / spotify-lib-vis

Graphs and tables for your Spotify account.
GNU General Public License v3.0
1 stars 0 forks source link

Use sessions to store current user #61

Open Kevin-Mok opened 6 years ago

Kevin-Mok commented 6 years ago

https://docs.djangoproject.com/en/2.1/topics/http/sessions/

Store current user_id and user_secret instead of passing around in URL.