Skip to content

Commit

Permalink
Note on 3rd party packages
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Feb 3, 2024
1 parent 1ba0ef6 commit f341703
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/index.rst
Expand Up @@ -45,6 +45,11 @@ The bundle supports the following authentication methods out of the box:

**3rd-party packages:**

.. note::

There are 3rd-party packages for adding different two-factor authentication methods. Check out the
`related packages on Packagist.org<https://packagist.org/packages/scheb/2fa-bundle/dependents>`_.

* `Webauthn via jbtronics/2fa-webauthn <https://github.com/jbtronics/2fa-webauthn>`_
* `Text messages via erkens/2fa-text <https://github.com/erkens/2fa-text>`_

Expand Down
5 changes: 5 additions & 0 deletions doc/installation.rst
Expand Up @@ -42,6 +42,11 @@ Optionally, install any additional packages to extend the bundle's feature accor
composer require scheb/2fa-google-authenticator # Add two-factor authentication with Google Authenticator
composer require scheb/2fa-email # Add two-factor authentication using email
.. note::

There are 3rd-party packages for adding different two-factor authentication methods. Check out the
`related packages on Packagist.org<https://packagist.org/packages/scheb/2fa-bundle/dependents>`_.

Step 2: Enable the bundle
~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit f341703

Please sign in to comment.