Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 826 Bytes

File metadata and controls

19 lines (13 loc) · 826 Bytes

Two-Factor Authentication Methods

Built-in providers

The bundle supports the following authentication methods out of the box:

Custom two-factor authenticator

If you want to implement your own authentication method (e.g. SMS code, PIN), you can do so by creating a two-factor provider. Read how to create a Implementing a custom two-factor authenticator.

Third-party providers