Skip to content

bmsimons/dotnet-core-spotify-authentication

Repository files navigation

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 :)

About

A simple .NET core authentication platform for Spotify apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages