Commit Graph

3 Commits

Author SHA1 Message Date
dependabot-preview[bot]
6dff475897
Bump AspNet.Security.OAuth.Spotify from 3.0.0 to 3.1.0 (#440)
* Bump AspNet.Security.OAuth.Spotify from 3.0.0 to 3.1.0

Bumps [AspNet.Security.OAuth.Spotify](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/releases)
- [Commits](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/compare/3.0.0...3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update SpotifyAPI.Web.Examples.ASP.csproj

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jonas Dellinger <jonas@dellinger.dev>
2020-04-22 09:16:42 +02: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