Relative Content

Tag Archive for next.js13next-auth

MongoDB nextauth

mongodb database
Hi! I have two web apps that share this database. Both of them have authentification using nextauth. The problem i have is that when i connect on one application i get dissconected from the other because they share the same session, account, users collections. My question is what can i do to solve this?