@nhost/hasura-auth-js
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -52,6 +52,6 @@ import { AuthClient, ErrorPayload, JWTClaims, JWTHasuraClaims } from '@nhost/core'; | ||
* // [step 1/2] Passwordless sign in using SMS | ||
* nhost.auth.signIn({ phoneNumber: '001122334455' }) | ||
* nhost.auth.signIn({ phoneNumber: '+11233213123' }) | ||
* | ||
* // [step 2/2] Finish passwordless sign in using SMS (OTP) | ||
* nhost.auth.signIn({ phoneNumber: '001122334455', otp: '123456' }) | ||
* nhost.auth.signIn({ phoneNumber: '+11233213123', otp: '123456' }) | ||
* ``` | ||
@@ -58,0 +58,0 @@ * |
{ | ||
"name": "@nhost/hasura-auth-js", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Hasura-auth client", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet