Spotify Oauth2 back-end for .Net 6 - should be reusable for other Spotify web projects #904
brianavid
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have seriously tidied up and made reusable my Oauth2 back-end software. It is a .Net 6 MVC project which can be deployed at any publicly accessible URL and for any Spotify developer app.
It requires SpotifyAPI.Web.LoginRequest() just once, and thereafter uses refresh tokens.
It may well work as-is for many projects, or it will give an indication of a suitable approach within the .Net world.
See https://github.com/brianavid/Avid5.Auth
Let me know of questions or issues. Enjoy! :-)
Beta Was this translation helpful? Give feedback.
All reactions