Skip to content

Replace U2F with WebAuthn, add `rpOrigin` param

Compare
Choose a tag to compare
@forevermatt forevermatt released this 14 Dec 21:20
8080ab0

Breaking Change

  • Added parameter for $rpOrigin to mfaCreate, mfaList, mfaVerify, and authenticateUser
    methods. This parameter is needed for WebAuthn MFA methods.
  • Updated to PHP 7.4 and added a lot of type declarations and other linter updates