michaeldisaro / TestSpotifyPkce

An example of how to implement Spotify PKCE

Home Page:https://developer.spotify.com/documentation/general/guides/authorization-guide/#authorization-code-flow-with-proof-key-for-code-exchange-pkce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TestSpotifyPkce

Add your app's ClientID to Models/SpotifyCodes

Be careful: NEVER COMMIT IT. Abstract it to app secrets in production. This project is just for fast reference on how to implement spotify PKCE.

About

An example of how to implement Spotify PKCE

https://developer.spotify.com/documentation/general/guides/authorization-guide/#authorization-code-flow-with-proof-key-for-code-exchange-pkce

License:MIT License


Languages

Language:C# 61.0%Language:HTML 27.2%Language:CSS 10.1%Language:JavaScript 1.7%