Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wpup/2fa
Two-factor Authentication for WordPress
https://github.com/wpup/2fa
2fa authentication two-factor-authentication wordpress
Last synced: 17 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T14:19:30.000Z (about 5 years ago)
- Last Synced: 2024-04-27T23:43:33.571Z (9 months ago)
- Topics: 2fa, authentication, two-factor-authentication, wordpress
- Language: PHP
- Homepage:
- Size: 48.8 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Two-factor Authentication for WordPress
[![Build Status](https://travis-ci.org/wpup/2fa.svg?branch=master)](https://travis-ci.org/wpup/2fa)
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)Two-factor Authentication for WordPress. Based on [Google2FA](https://github.com/antonioribeiro/google2fa) and [Recovery](https://github.com/antonioribeiro/recovery).
![](https://user-images.githubusercontent.com/14610/32464431-47ff6a84-c340-11e7-9079-bba57b950a5e.png)
## 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)