Skip to content

Passwordless Release Candidate

Pre-release
Pre-release
Compare
Choose a tag to compare
@TheRealNate TheRealNate released this 20 May 16:56
edfdb61

Breaking Changes:
None - Passwordless has been added as an opt-in feature (config.passwordless defaults to false)

Server Changelog:

  • Add MFA. disablePasswordless(userId), which disables passwordless (but maintains MFA) for a user
  • MFA.disableMFA will also disable passwordless if user has it enabled

Client Changelog:

  • Add MFA.loginWithPasswordless
  • Add params for MFA.registerU2F, that allows enabling passwordless ({passwordless:true, password:"..."})