From c0fe7a61af96b47a3a900dfb18044b4df4fe2dce Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 13 May 2018 22:51:52 -0400 Subject: [PATCH] Implement User Login Closes #6. User can now log in and be redirected to a data display page(needs to be fleshed out). --- spotifyvis/templates/spotifyvis/index.html | 112 +----------------- .../templates/spotifyvis/user_data.html | 20 ++++ spotifyvis/views.py | 16 ++- 3 files changed, 36 insertions(+), 112 deletions(-) create mode 100644 spotifyvis/templates/spotifyvis/user_data.html diff --git a/spotifyvis/templates/spotifyvis/index.html b/spotifyvis/templates/spotifyvis/index.html index 8ed47b1..e410bf5 100644 --- a/spotifyvis/templates/spotifyvis/index.html +++ b/spotifyvis/templates/spotifyvis/index.html @@ -1,12 +1,9 @@ - + - Example of the Authorization Code flow with Spotify + User Login