https://github.com/wpup/2fa
Two-factor Authentication for WordPress
https://github.com/wpup/2fa
2fa authentication two-factor-authentication wordpress
Last synced: 5 months ago
JSON representation
Two-factor Authentication for WordPress
- Host: GitHub
- URL: https://github.com/wpup/2fa
- Owner: wpup
- License: mit
- Created: 2017-11-06T20:13:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T14:19:30.000Z (about 6 years ago)
- Last Synced: 2025-04-19T10:13:06.430Z (10 months ago)
- Topics: 2fa, authentication, two-factor-authentication, wordpress
- Language: PHP
- Homepage:
- Size: 48.8 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Two-factor Authentication for WordPress
[](https://travis-ci.org/wpup/2fa)
[](http://unmaintained.tech/)
Two-factor Authentication for WordPress. Based on [Google2FA](https://github.com/antonioribeiro/google2fa) and [Recovery](https://github.com/antonioribeiro/recovery).

## Install
```
composer require wpup/2fa
```
## Constants
You can define a custom crypto key by defining `TWO_FA_KEY` Default value is `AUTH_KEY` value or empty string.
## License
MIT © [Fredrik Forsmo](https://github.com/frozzare)