Skip to content

silverstripe/silverstripe-mfa

Folders and files

NameName
Last commit message
Last commit date
Aug 3, 2024
Mar 6, 2023
Jun 23, 2022
Nov 18, 2024
Nov 25, 2024
Aug 6, 2024
Nov 19, 2024
Nov 24, 2024
Oct 9, 2024
Apr 9, 2024
Nov 6, 2018
Feb 27, 2019
Feb 27, 2019
Mar 18, 2019
Jan 30, 2023
May 1, 2024
Aug 14, 2023
Apr 9, 2024
Jan 30, 2023
Oct 30, 2020
Nov 25, 2024
Sep 11, 2024
Dec 8, 2020
Feb 2, 2024
Aug 1, 2022
Jan 30, 2023
Nov 18, 2024

Repository files navigation

MultiFactor Authentication for SilverStripe

CI Silverstripe supported module

With thanks to Simon Firesphere Erkelens

This module was based on pioneering work by Simon. It differs from the original implementation in its use of a pluggable React UI + JSON API architecture, and its enhanced management UI within the CMS. You can find Simon's original module here.

Installation

composer require silverstripe/mfa

Documentation

Read the documentation.

Module development

When adding translatable content to front-end UIs in the MFA module, you must ensure that these translations are pushed to Transifex. If this doesn't happen, they will be automatically removed in the next module released. See the translation docs for more information.

License

See license.

Versioning

This library follows Semver. According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.

All methods, with public visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep protected methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.

Reporting issues

Please create an issue for any bugs you've found, or features you're missing.