Pass data to signIn callback #2703
Replies: 2 comments 5 replies
-
what do you mean by sign in function response exactly? Do you have a code example/better description of what you are trying to achieve? |
Beta Was this translation helpful? Give feedback.
-
@balazsorban44 is it possible to get hold of the "callbackUrl" within the signIn callback function? We are doing a check to see if the user has been invited in the function and if not disallow them to continue. If they are already signed up or have an invite they can continue... but we would like to know the URL they were intending to go to (not to use as we know we can use the callback function for that, but just to cross reference with the invite data). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I pass data to the sign in function response?
This would mean I can attempt to authorize, and if there is an incorrect username/password or some other issue I can get that from the response.
Beta Was this translation helpful? Give feedback.
All reactions