Replies: 1 comment
-
This is not on our roadmap AFAIK, but still an exciting idea. |
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
-
Canonically, I have 3 types of data in my app:
So it seems to me that next-auth is trying to manage 1 and 2 at once, storing sessions and core user data in the same database. However, it may be desirable to separate the sessions and core user data into two separate databases.
This will:
I do not have experience in cloud architectures and I am unsure how significant the cost and benefits are. However, having session data stored separate from relational data seemed to be a good practice to me. Is this practice on the road map to be supported in the future, or are the benefits not significant enough to be an issue, at least until the application grows to a very large scale?
Beta Was this translation helpful? Give feedback.
All reactions