Hi All!
I'm trying to figure out the best way to "link" Accounts and my user collection. I know I can't link them with a relationship. I appreciate your thoughts on the "best" way to handle this!
When I create a new Account user would it be best to?
- grab the account user's id, and set the new user documents id === account user id
- grab the account user's id, let the user document generate a unique id, then toss the account users id into a property on the new user document. Such as "account id"
- Link the 2 with a 3rd collection. User Id generates its own unique id. The third document just has 2 properties:
- Account id
- User Id
The first option seems more efficient. And if I'm not misunderstanding something, someone would need the session data/secret not just the user id to really do anything to the Auth Account right? So 2 and 3 just seems to add extra complexity?
(I'm using Next.Js 15 if that changes anyone's answer)
Recommended threads
- [SDK] [Postman] Can't post to Users usin...
when trying to post to users I'm getting missing scopes and at the same time I'm getting an authorised scope How do I generate an API and get around this issue
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...