sergiodxa / remix-auth

Simple Authentication for Remix
MIT License
1.94k stars 112 forks source link

Create Spotify Strategy #103

Closed marcelscr closed 2 years ago

marcelscr commented 2 years ago

Hi!

I implemented the Spotify strategy on a personal project and wanted to share it 😄

sergiodxa commented 2 years ago

@marcelscr hey! thanks for this, it's really great. Since v3 strategies are not going to live inside this packages anymore (old strategies are still in the repo so people can copy them) and instead they will be published in independent packages like remix-auth-oauth2 or remix-auth-github.

I suggest you to use the template repository http://github.com/sergiodxa/remix-auth-strategy-template to create a remix-auth-spotify repo, copy your code there (install remix-auth-oauth2) and publish it to npm by yourself.

Again, thanks for the work here and I hope to see a new remix-auth-spotify package soon!