Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2amigos/2fa-library
2 Factor Authentication (2FA) library
https://github.com/2amigos/2fa-library
2amigos 2fa authentication library php two-factor
Last synced: about 2 months ago
JSON representation
2 Factor Authentication (2FA) library
- Host: GitHub
- URL: https://github.com/2amigos/2fa-library
- Owner: 2amigos
- License: other
- Created: 2017-08-27T13:47:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T08:24:31.000Z (12 months ago)
- Last Synced: 2024-10-27T01:41:45.511Z (2 months ago)
- Topics: 2amigos, 2fa, authentication, library, php, two-factor
- Language: PHP
- Homepage: https://2amigos.us
- Size: 85 KB
- Stars: 34
- Watchers: 5
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
2fa library
===========
[![tests](https://github.com/2amigos/2fa-library/actions/workflows/ci.yml/badge.svg)](https://github.com/2amigos/2fa-library/actions/workflows/ci.yml)
[![Latest Version](https://img.shields.io/github/tag/2amigos/2fa-library.svg?style=flat-square&label=release)](https://github.com/2amigos/2fa-library/tags)
[![Software License](https://img.shields.io/badge/license-BSD-brightgreen.svg?style=flat-square)](LICENSE.md)This library allows developers to implement Time Based One Time Passwords (TOTP) for the PHP implementation of the
2factor Authentication (2FA), supporting both the HMAC-based one-time password (HOTP) and the time-based one-time
passwords (TOTP).## Documentation
You can read the latest docs on [http://2fa-library.readthedocs.io/en/latest/](http://2fa-library.readthedocs.io/en/latest/)
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Credits
- [Antonio Ribeiro Google 2FA](https://github.com/antonioribeiro/google2fa)
- [Antonio Ramirez](https://github.com/tonydspaniard)
- [All Contributors](../../contributors)## License
The BSD License (BSD). Please see [License File](LICENSE.md) for more information.
> [![2amigOS!](http://www.gravatar.com/avatar/55363394d72945ff7ed312556ec041e0.png)](http://www.2amigos.us)
Web development has never been so fun!
[www.2amigos.us](http://www.2amigos.us)