useCheckAuth
will validate a given e-mail and a login code with the server, in order to establish an authenticated session for a user.login_code
and email
query parameter that is encoded in the login link that the user clicks.useCheckAuth
is effective only once in your application's lifecycle, and that is in your first page load. The user clicking on the login link and opening your app in a new session would generally be this page load.email
parameter in the login link.login_code
parameter in the login link.