https://github.com/sgoranov/identity-link-2fa
This project provides Two-Factor Authentication (2FA) support for the Identity Link system using TOTP (Time-Based One-Time Passwords).
https://github.com/sgoranov/identity-link-2fa
2fa 2factor-authentication identity-link php symfony
Last synced: 4 days ago
JSON representation
This project provides Two-Factor Authentication (2FA) support for the Identity Link system using TOTP (Time-Based One-Time Passwords).
- Host: GitHub
- URL: https://github.com/sgoranov/identity-link-2fa
- Owner: sgoranov
- License: mit
- Created: 2024-07-09T12:09:21.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2026-06-11T16:04:47.000Z (15 days ago)
- Last Synced: 2026-06-11T17:26:42.396Z (15 days ago)
- Topics: 2fa, 2factor-authentication, identity-link, php, symfony
- Language: PHP
- Homepage:
- Size: 434 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Identity Link 2FA



[](https://github.com/sgoranov/identity-link-2fa/actions/workflows/phpunit.yml)
[](https://github.com/sgoranov/identity-link-2fa/actions/workflows/vulnerability-scan.yml)
This project provides Two-Factor Authentication (2FA) support for the
Identity Link system using TOTP (Time-Based One-Time Passwords).
It integrates seamlessly with authentication apps like Google
Authenticator, Authy, and similar tools to enhance account security.
Users can link their accounts to a TOTP-compatible app and verify
their identity through time-based codes in addition to standard
credentials, ensuring stronger protection against unauthorized access.
## API Documentation
The OpenAPI specification is available at:
[docs/openapi.yaml](docs/openapi.yaml)
You can visualize it using:
- [Swagger Editor](https://editor.swagger.io/)
- Swagger UI (if using Docker)
## License
Identity Link is open source software licensed under the [MIT License](LICENSE), which permits reuse,
modification, and distribution with minimal restrictions.