sa-mw-dach / opendj

Apply Open Source principles to the Dance Floor! MOVED TO https://github.com/opendj/opendj
https://github.com/opendj/opendj
GNU General Public License v3.0
6 stars 9 forks source link

Implement Spotify OAuth Service Side Flow #7

Closed DanielFroehlich closed 5 years ago

DanielFroehlich commented 5 years ago

The PartyOwner needs to registry with his spotify credentials, go through the spotify auth flow as describe https://developer.spotify.com/documentation/web-api/quick-start/ and https://github.com/spotify/web-api-auth-examples The resulting access and refresh tokens need to be persistet so we do not loose them on container restart. Needs new endpoint in spotify backend component ("initiateSpotifyLogin()"), and also a new view on the front-end side.

DanielFroehlich commented 5 years ago

The core of this has been implemented with #53 , so I close this one for now. Will be integrated into EventOwnerView once we go multi-event style, which is NOT part of MVP.