Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.02 KB

File metadata and controls

29 lines (17 loc) · 1.02 KB

dotnet-core-spotify-authentication

A web API app built on .NET Core to show how the Spotify authentication flow works. Almost identical to the 'authorization_code' example from the official Spotify repo, which is written in Node.

Want to learn more about Spotify app authentication flow? Please check this page of their documentation.

Prerequisites

You just need to have the .NET Core SDK installed. And you need a Spotify account :)

Installation guide

git clone https://github.com/bmsimons/dotnet-core-spotify-authentication.git
cd dotnet-core-spotify-authentication
dotnet run

Configuration guide

Don't forget to replace the client ID and client secret in SpotifyController.cs. Oh, and please add the callback URL to the whitelist of your app. You can do that on your Spotify app dashboard.

Any questions?

Feel free to contact me :)