sergiodxa / remix-auth

Simple Authentication for Remix
https://sergiodxa.github.io/remix-auth/
MIT License
2k stars 110 forks source link

Remove strategies already published in other packages #110

Closed sergiodxa closed 2 years ago

msakrejda commented 2 years ago

It looks like at least some examples still references these: e.g., https://github.com/sergiodxa/remix-auth/blob/main/examples/local/app/services/auth.ts. Where does the local strategy live now?

sergiodxa commented 2 years ago

It looks like at least some examples still references these: e.g., https://github.com/sergiodxa/remix-auth/blob/main/examples/local/app/services/auth.ts. Where does the local strategy live now?

The LocalStrategy is now the FormStrategy

msakrejda commented 2 years ago

Got it, thanks!