forked from Yubico/wordpress-u2f
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
39 lines (27 loc) · 1.01 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
=== U2F for Wordpress ===
Contributors: yubico
Tags: authentication, login
Requires at least: 4.0
Tested up to: 4.1
Stable tag: trunk
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Allows users to login using U2F devices.
== Description ==
This plugin adds support for the two factor authentication standard U2F.
The functionality is similar to the U2F (Security Key) support available for Google accounts:
* Users registers U2F devices themselves.
* Users are not required to register devices.
* A user can have multiple devices registered.
* Currently, only Google Chrome is supported.
== Installation ==
1. Move the wordpress-u2f directory into the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Go to _Settings_ -> _U2F_.
1. Set https://developers.yubico.com/U2F/App_ID.html[App ID] to the the base URL of your website, for example _https://mysite.wordpress.com_.
== Changelog ==
= 0.2 =
* Initial release.
== Upgrade Notice ==
= 0.2 =
None