PKCE Spotify.Web.Auth #617
-
As far as I understand in order to get the code for PKCE Authorization you need an embedded web server to return it from the redirect. I'm having issues figuring out how to set one up and I think it was mentioned at some point that you can use Spotify.Web.Auth for this purpose, but there doesn't seem to be any information on its use under PKCE and the example that was mentioned in another discussion (CLI-Persistent Config) is blank. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Have a look at https://github.com/JohnnyCrazy/SpotifyAPI-NET/tree/master/SpotifyAPI.Web.Examples/Example.CLI.PersistentConfig, it implements PKCE with |
Beta Was this translation helpful? Give feedback.
Have a look at https://github.com/JohnnyCrazy/SpotifyAPI-NET/tree/master/SpotifyAPI.Web.Examples/Example.CLI.PersistentConfig, it implements PKCE with
SpotifyAPI.Web.Auth