Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New user Spotify authorisation flow #3

Open
anailis opened this issue Aug 26, 2024 · 0 comments
Open

New user Spotify authorisation flow #3

anailis opened this issue Aug 26, 2024 · 0 comments

Comments

@anailis
Copy link
Owner

anailis commented Aug 26, 2024

Initial implementation of Spotify authorisation, so that user playlists can be modified.

This application will use the authorization code flow. The user should be prompted to grant the application access via a browser upon application sign-up. This will return an API key, which should be stored in Parameter Store as a SecureString (/spotify/).

Scope required is playlist-modify-private and playlist-read-private, so that the application can read playlist contents, create new playlists, and modify existing playlists.

@anailis anailis changed the title Authorise with Spotify New user Spotify authorisation flow Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant