JazzFiend / SpotifyUberShuffle

0 stars 0 forks source link

Fix Authentication #30

Open JazzFiend opened 1 month ago

JazzFiend commented 1 month ago

Get Authentication working completely via the GUI. Write/Read values from files if it make sense to. Basing all of this off of Follow https://developer.spotify.com/documentation/web-api/tutorials/code-pkce-flow

JazzFiend commented 1 month ago

Let's start with Authorization first. Take Client ID, call Authorization. Get back an authorization code and a state that should match. Let's write this up first.

Boundaries: The http call should be mocked in testing. Input: Client ID string Output: Authorization Code