Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)