handleAuthenticatedUser
handler before authentication even completes.user.created
event and access the user record from the event payload.user
object in the context.user.created
(learn more about event types here).
All you will need to get started is a server that can receive events, and then you can plug in that URL in the dashboard. Learn more about setting up the webhook step by step here.
onAuthSuccess
](/react-sdk/events/onauthsuccess), which is called when the user has successfully authenticated.
This event returns a user object that you can access and do something with.
DynamicContextProvider
, the useDynamicContext
hook will give you access to the user
object.
verified_credentials
. This is where you’ll find information about any and every associated “credential” for the user i.e. email, social, blockchain, passkey.