dependabot-preview[bot]
e1e63cc465
Bump AspNet.Security.OAuth.Spotify from 3.1.0 to 3.1.1 ( #452 )
2020-05-11 17:24:21 +02:00
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
466e61523d
VSCode Formatter - Also bumped tests to net core 3.1
2020-03-09 20:47:39 +01:00
Jonas Dellinger
93c1a07d92
Update README.md
2019-11-20 16:25:38 +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