Mongodb – Should I perform database lookups within NextAuth authOptions.callbacks?
I want to store my user's id and role in my nextAuth session, should I perform a lookup in my database for the user during the authOptions.callbacks? The consensus I've found on Github discussions and in the Docs, is to…