https://github.com/nexcess/magento-two-factor-auth
A 2-Factor authentication extension for Magento.
https://github.com/nexcess/magento-two-factor-auth
Last synced: 7 months ago
JSON representation
A 2-Factor authentication extension for Magento.
- Host: GitHub
- URL: https://github.com/nexcess/magento-two-factor-auth
- Owner: nexcess
- License: gpl-2.0
- Created: 2014-09-09T14:48:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-09T21:42:27.000Z (almost 12 years ago)
- Last Synced: 2024-07-26T00:49:52.318Z (almost 2 years ago)
- Language: Python
- Size: 152 KB
- Stars: 6
- Watchers: 10
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# [Nexcess.net](https://www.nexcess.net/) Two Factor Authentication Extension for Magento
[](https://travis-ci.org/nexcess/magento-two-factor-auth)
2 Factor Auth is an extension to provide [two factor authentication](http://en.wikipedia.org/wiki/Multi-factor_authentication) for [Magento](https://www.magentocommerce.com/), via third-party authentication providers. Two factor authentication provides additional security beyond the default username and password that Magento requires (something the user *knows*) by also requiring a time sensitive passcode, generated from an app on the user's smartphone (something the user *has*).
**NOTE** This extension is brand new and not yet ready for production use.
## Features (planned)
* Multiple service providers: Google, Duo, possibly others
* Easy installation and set-up
* Maybe some other stuff (TODO: maybe remove this section)
## Requirements
* Magento Community Edition 1.6+ or Enterprise Edition 1.11+ (TODO: this is arbitrary)
## Installation & Usage
TODO: Links to the relevant wiki pages when they get created.
## Support
If you have an issue, please read the [FAQ](https://github.com/nexcess/magento-two-factor-auth/wiki/FAQ) then if you still need help, open a bug report in GitHub's
[issue tracker](https://github.com/nexcess/magento-two-factor-auth/issues).
Please do not use Magento Connect's Reviews or (especially) the Q&A for support.
There isn't a way for me to reply to reviews and the Q&A moderation is very slow.
TODO: make FAQ page
## License
This extension is licensed under GPLv2+, and uses code from a Magento [hackathon project](https://github.com/magento-hackathon/Magento-Two-factor-Authentication) that is also licensed under the GPL.