Commit Graph

56 Commits

Author SHA1 Message Date
Chris
bf65ae3f4d Use different URI for user data
The user_data page is now located at /user_data, instead of /callback as
before. Closes #7.
2018-05-14 10:29:15 -04:00
Chris
c0fe7a61af Implement User Login
Closes #6. User can now log in and be redirected to a data display
page(needs to be fleshed out).
2018-05-13 22:51:52 -04:00
Chris
588fc4bfc0 datetime object not JSON serializable
Fixed error where a datetime object cannot be stored in request.sessions
as it was not JSON serializable.
2018-05-13 18:07:04 -04:00
Chris
a96f429691 Obtain tokens from Spotify
Code now successfully obtains tokens from the Spotify API.
2018-05-13 17:48:38 -04:00
Chris
ef5c3b2647 Implement User Authorization
Completed step 1 of the Authorization Code Flow documented by the
Spotify API.
2018-05-11 21:18:42 -04:00
Chris
1f63c2d2e7 Initial commit
Sets up basic Django app directory structure.
2018-05-09 21:51:26 -04:00