Cross domain authentication using nextjs #12552
Himasnhu-AT
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goals
Non-Goals
No response
Background
I have multiple applications, hosted on different domains, with different codebases. I want to keep a single auth route that is shared between all domains. Right now their no such way by default in the next-auth next auth
Proposal
Yes, I'm interested in contributing.
This approach aligns with my goals of upskilling, learning advanced authentication, and reducing backend deployment costs, as I’d otherwise need to rely on Nest.js, which isn't financially feasible for me as a student.
Heres a workaround i have in mind, but unsure if its great (for security):
This functionality will help other user and projects if they are planning on implement this functionality
Beta Was this translation helpful? Give feedback.
All reactions