Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 809 Bytes

File metadata and controls

18 lines (12 loc) · 809 Bytes

simpleSpotify

===========================

Spotify Easy Authentication

An example authorization code flow for authenticating with Spotify.

Get Started

  • Remix this app
  • Then add an app on Spotify, making sure you add your Glitch project URL with '/callback' appended to the 'Redirect URIs' field (it should have the format https://project-name.glitch.me/callback). Then paste the Client ID and Secret into the .env file in your Glitch project.

Credits

Remixed from arirawr's spotify-easyauth project.