Send Auth Email
Sends a user an email containing a magic link for authentication, allowing them to complete the login process and access their Smart Wallet through a secure, simple email verification method. Developers can customize the appearance and content of the authentication email through Alchemy dashboard to align with their application’s branding and user experience requirements.
Headers
Request
The email address of the user requesting access. This is where the authentication email, containing the magic link, will be sent.
Authentication of a client is done via an HPKE flow that allows the client and TEE to exchange an encrypted bundle without revealing it to a middleman (you, us, or Turnkey). The targetPublicKey is the public key that the client uses to decrypt the shared secret.
See more in the Turnkey Docs.
Optional. Specifies the duration of the login session in seconds. After this period, the user has to re-login to refresh their session. The default value is 900 seconds (15 minutes).
Response
Authentication email sent successfully.
The organization ID associated with the user and the application, facilitating the authentication process within the context of the user’s application.