silverstripe / totp-authenticator
A TOTP authenticator for use with silverstripe/mfa
Installs: 220 751
Dependents: 8
Suggesters: 2
Security: 0
Stars: 7
Watchers: 11
Forks: 10
Open Issues: 6
Language:JavaScript
Type:silverstripe-vendormodule
Requires
- php: ^8.1
- paragonie/constant_time_encoding: ^2.6
- silverstripe/mfa: ^5
- silverstripe/siteconfig: ^5
- spomky-labs/otphp: ^11.1
- 6.x-dev
- 5.x-dev
- 5.3.x-dev
- 5.3.0
- 5.3.0-rc1
- 5.3.0-beta1
- 5.2.x-dev
- 5.2.1
- 5.2.0
- 5.2.0-rc1
- 5.2.0-beta1
- 5.1.x-dev
- 5.1.1
- 5.1.0
- 5.1.0-rc1
- 5.1.0-beta1
- 5.0.x-dev
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 5.0.0-rc1
- 5.0.0-beta1
- 4.x-dev
- 4.6.x-dev
- 4.6.4
- 4.6.3
- 4.6.2
- 4.6.1
- 4.6.0
- 4.6.0-rc1
- 4.6.0-beta1
- 4.5.x-dev
- 4.5.0
- 4.5.0-rc1
- 4.5.0-beta1
- 4.4.x-dev
- 4.4.1
- 4.4.0
- 4.4.0-rc1
- 4.4.0-beta1
- 4.3.x-dev
- 4.3.0
- 4.3.0-rc1
- 4.3.0-beta1
- 4.2.x-dev
- 4.2.0
- 4.2.0-rc1
- 4.2.0-beta1
- 4.2.0-alpha1
- 4.1.x-dev
- 4.1.1
- 4.1.0
- 4.0.x-dev
- 4.0.0
- 4.0.0-rc3
- 4.0.0-rc2
- 4.0.0-rc1
- 4.0.0-beta3
- 4.0.0-beta2
- 4.0.0-beta1
- 3.0.x-dev
- 3.0.0
- 3.0.0-rc1
- dev-master
This package is auto-updated.
Last update: 2024-11-04 00:12:27 UTC
README
Log in to Silverstripe with an authenticator app on your phone as a secondary factor, using a time-based one-time password (TOTP).
This module provides a TOTP authenticator that plugs in to the silverstripe/mfa module.
For more information about TOTP, see RFC 6238.
Installation
composer require silverstripe/totp-authenticator
Documentation
Read the TOTP authenticator documentation.
License
See License
Bugtracker
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.
If the issue does look like a new bug:
- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
- Describe your environment as detailed as possible: Silverstripe version, Browser, PHP version, Operating System, any installed Silverstripe modules.
Please report security issues to the module maintainers directly. Please don't file security issues in the bug tracker.
Development and contribution
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.