Plans to Add Next-Auth? #442
|
I'm looking to implement social logins easily using next-auth, and I noticed in the commit history that there was an attempt to introduce next-auth but it was removed. Are there any plans for this in the future? |
Answered by
ivan-dalmet
Jan 12, 2024
Replies: 2 comments
|
Hello @kissngg |
0 replies
Answer selected by
ivan-dalmet
|
(I will convert this issue into a discussion 😉) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @kissngg
We stopped to use Next Auth because, out of the box, it's only working in a browser context (with cookies) and we have a lot of mobile apps (with React Native).
We still want, in a long run, to use Next Auth and make sure we can use it outside of the browser but it's will take time.
In a shorter run we want to provide a guide in the documentation to use Next Auth (if you don't need mobile app support).
But you know, time is a limited resource 😅