Is it possible to install next-auth/react
only?
#5475
Unanswered
p6l-richard
asked this question in
Help
Replies: 1 comment
-
Hi, Could you please add some more details what you like to do and what should happen in the extension? I can't get what you want - Subject of title miss-leads to your question for me. Have you seen the https://next-auth.js.org/getting-started/rest-api documentation? Maybe you could get something from that to access the authentication from within your extension? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a client-only app that depends on the authentication of a next app in my monorepo:
I'd like to use a custom version of
<SessionProvider />
,signIn
,signOut
in theextension
app such that I can make it use the NextAuth configuration inapps/web
under the hood. (with some additional behavior).However, the docs say that initialisation of options can only happen server-side?
I tried searching issues & discussion but was unable to find anything related, so I decided to open a new discussion. Let me know if that's not the right place for this. :) And awesome work on this, I appreciate it so much. 🙏
Beta Was this translation helpful? Give feedback.
All reactions