Skip to content

v3.7.0

Compare
Choose a tag to compare
@jonatascastro12 jonatascastro12 released this 14 Sep 22:17
· 244 commits to main since this release
7e4f1bb

Added

  • Add authenticateWithTotp method #856
  • Add listAuthFactors method #857
  • All authentication methods should pass ipAddress and userAgent #861

Changed

  • Change magicAuthChallengedId to userId on authenticateUserWithMagicAuth #850
  • Update verifyEmailCode method to handle nested user object in return #853
  • Rename completePasswordReset to resetPassword and change response #854
  • Rename createPasswordResetChallenge to sendPasswordResetEmail #855
  • Rename enrollUserInMfaFactor to enrollAuthFactor #858
  • Update sendMagicAuthCode to take email rather than email_address #860
  • Fix listAuthFactors() return #862

Removed

  • Remove MagicAuthChallenge interface #851