Authentication State
To check if a user is authenticated, you can use theauthState
variable from the useTurnkey
hook.
onAuthenticationSuccess
callback passed in through the TurnkeyProvider
to handle post-authentication logic, such as redirecting.
Customize sub-organization creation
Need to configure default user names, passkey names, wallet creations or anything sub-org related? You can learn more about customizing the sub-orgs you create in the Sub-Organization Customization section. Follow the guides below to learn how to set up email and SMS authentication, passkey authentication, and social logins in your React Native app.Email & SMS
Learn how to set up email and SMS authentication in your React Native app.
Passkey Authentication
Learn how to set up passkey authentication in your React Native app.
Social Logins
Discover how to create and manage social logins in your React Native
application, including wallet creation, account derivation, and more.