Dotkernel's TOTP authentication.
dot-totp implements RFC 6238 one-time passwords and renders enrolment QR codes with endroid/qr-code
Documentation is available at: https://docs.dotkernel.org/dot-totp/.
| Branch | Release | PSR-11 | QR Code | OSS Lifecycle | PHP Version |
|---|---|---|---|---|---|
| 1.0 | >=1.0.0 |
1 || 2 | endroid/qr-code |
Install dotkernel/dot-totp by executing the following Composer command:
composer require dotkernel/dot-totpThen register Dot\Totp\ConfigProvider::class in your configuration aggregator (to config/config.php for example) and add the options described in the documentation.