github nhost/nhost @nhost/nhost-js@1.4.0

latest releases: @nhost/dashboard@2.62.0, functions@2.2.0-hotreload001, functions@2.2.0-betamem02...
3 years ago

Minor Changes

  • 6f0a300: Complete sign-in when email+password MFA is activated
    It was not possible to complete authentication with nhost.auth.signIn in sending the TOTP code when email+password MFA was activated.
    An user that activated MFA can now sign in with the two following steps:
    await nhost.auth.signIn({ email: 'email@domain.com', password: 'not-my-birthday' })
    // Get the one-time password with an OTP application e.g. Google Authenticator
    await nhost.auth.signIn({ otp: '123456' })

Patch Changes

  • Updated dependencies [6f0a300]
    • @nhost/hasura-auth-js@1.3.0

Don't miss a new nhost release

NewReleases is sending notifications on new releases.