Commit Graph

5 Commits

Author SHA1 Message Date
Jonas Dellinger
be7bdb6a93 Added Retry Handler and removed old enums 2020-05-02 19:57:31 +02:00
Jonas Dellinger
466e61523d VSCode Formatter - Also bumped tests to net core 3.1 2020-03-09 20:47:39 +01:00
Jonas Dellinger
2635a25301 Simpliefied Example and added README 2019-11-19 13:23:34 +01:00
Jonas Dellinger
58de9d9a4e Refactor ASP.NET Example to use AspNet.Security.OAuth.Spotify 2019-11-19 10:37:42 +01:00
Jonas Dellinger
9a6bd1b456 Restructured Examples and added new one
* Added new ASP.NET Core 3 example
  This should show how this API can be implemented on the backend. It's not complete yet, features like token reloading is still missing.
  If you want to run this, use `dotnet user-secrets init` to generate your secrets file and update it with `spotify_client_id` and `spotify_secret_id`

* Fixed CLI Example
  The last page was never processed.
2019-11-12 15:02:36 +01:00