Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sven-ve/svc-totp-bundle
Userinterface for the excellent SchebTwoFactorBundle
https://github.com/sven-ve/svc-totp-bundle
Last synced: 30 days ago
JSON representation
Userinterface for the excellent SchebTwoFactorBundle
- Host: GitHub
- URL: https://github.com/sven-ve/svc-totp-bundle
- Owner: Sven-Ve
- License: mit
- Created: 2022-06-05T20:14:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T15:17:55.000Z (3 months ago)
- Last Synced: 2024-11-27T19:44:40.120Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 433 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Svc/SvcTotpBundle
[![CI](https://github.com/Sven-Ve/svc-totp-bundle/actions/workflows/php.yml/badge.svg)](https://github.com/Sven-Ve/svc-totp-bundle/actions/workflows/php.yml)
[![Latest Stable Version](https://poser.pugx.org/svc/totp-bundle/v)](https://packagist.org/packages/svc/totp-bundle)
[![License](https://poser.pugx.org/svc/totp-bundle/license)](https://packagist.org/packages/svc/totp-bundle)
[![Total Downloads](https://poser.pugx.org/svc/totp-bundle/downloads)](https://packagist.org/packages/svc/totp-bundle)
[![PHP Version Require](http://poser.pugx.org/svc/totp-bundle/require/php)](https://packagist.org/packages/svc/totp-bundle):warning: **Attention:**
From version 4.0 the bundle works only with Symfony >=6.1, because the new Bundle Configuration System is used.
Please use version 1.x for older Symfony installations.
*The version jump comes from the synchronization of all svc bundle versions.*# Userinterface for the excellent SchebTwoFactorBundle
SchebTwoFactorBundle provides the functions to implement simple 2FA. However, you have to create the user interface yourself.
This small bundle provides a ready to use implementation.
The following functions are enabled:
* TOTP
* Backup codes
* Trusted devices## Installation and configuration
* [Installation](docs/installation.md)
* [Configuration](docs/config.md)
* [Usage](docs/usage.md)
* [Logging](docs/logging.md)## Screenshots
### Enable 2FA
![Enable 2FA](/docs/images/2fa-enabled.png)
### Disable 2FA
![Disable 2FA](/docs/images/2fa-disabled.png)
### Backup codes
![Backup codes](/docs/images/backup-codes.png)
### Enter 2FA code
![Enter 2FA code](/docs/images/2fa-enter-code.png)