Replies: 5 comments 4 replies
-
You can check for the async signIn(user, account, profile) {
if (!user.id) {
// do something if the user is new
}
} |
Beta Was this translation helpful? Give feedback.
-
Any news on this? |
Beta Was this translation helpful? Give feedback.
-
You can now use the message object in the signIn event like this: events: {
async signIn(message) {
console.log(message.isNewUser)
}
}
|
Beta Was this translation helpful? Give feedback.
-
Possible option is to look for registered user fields that are not in provider fields
|
Beta Was this translation helpful? Give feedback.
-
wtf dudes, When will new user detection work? There are different options everywhere and none of them work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to determine new user without setting
session: { jwt: true }
?Beta Was this translation helpful? Give feedback.
All reactions