SpotifyAuthServer
May 28, 2020 ยท View on GitHub
Status of this project
Further features are not likely to be introduced. The server has not yet been tested thoroughly.
Description of the project
An ASP.NET Core server for handling the OAuth 2.0 Authorization Code workflow for SpotifyService.
How to use
-
Use the
appsettings.jsonandappsettings.Development.jsonconfiguration files to set up this server for your own application. -
Run
dotnet build.