/SpotifyAuthServer

An ASP.NET Core server handling the OAuth Authorization Code workflow for SpotifyService

Primary LanguageC#GNU Affero General Public License v3.0AGPL-3.0

SpotifyAuthServer

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.json and appsettings.Development.json configuration files to set up this server for your own application.

  • Run dotnet build.