Is the Goal of Remix Auth to be similar to Next-Auth but for the Remix ecosystem? 📀🔐 #85
cliffordfajardo
started this conversation in
General
Replies: 1 comment
-
That lib is like Passport for Next, so yeah, but I liked more the API of Passport that’s why it’s inspired by it. And while for now all the supported strategies come from the lib itself like in NextAuth.js it doesn’t need to work that way, as with Passport you should be able to publish your strategies individually (in a v3 I may move the strategies to another package too) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @sergiodxa,
In the READMe you mentioned that remix-auth is inspired by passportjs, which I think is great!
Does this project aspire to be something similar to NextJS Auth, where it might support multiple provider options?
For reference, I think NextJS Auth and Notifire's API's are very similar and are great - thanks @balazsorban44, @iaincollins!
Is the goal of Remix Auth to be similar in Spirit to those (support multiple providers) or do you think it will be limited in scope?
Beta Was this translation helpful? Give feedback.
All reactions