Changeset 2545170
- Timestamp:
- 06/09/2021 04:00:38 PM (5 years ago)
- Location:
- heslo-login
- Files:
-
- 22 added
- 1 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/LICENSE (added)
-
tags/1.0.1/assets (added)
-
tags/1.0.1/assets/app.js (added)
-
tags/1.0.1/assets/index.html (added)
-
tags/1.0.1/assets/widget.js (added)
-
tags/1.0.1/heslo-login.php (added)
-
tags/1.0.1/img (added)
-
tags/1.0.1/img/header.png (added)
-
tags/1.0.1/img/settings.png (added)
-
tags/1.0.1/index.php (added)
-
tags/1.0.1/package.json (added)
-
tags/1.0.1/readme.md (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/src (added)
-
tags/1.0.1/src/admin (added)
-
tags/1.0.1/src/admin/admin-index.js (added)
-
tags/1.0.1/src/index.html (added)
-
tags/1.0.1/src/index.js (added)
-
tags/1.0.1/uninstall.php (added)
-
tags/1.0.1/webpack-config.js (added)
-
tags/1.0.1/yarn.lock (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
heslo-login/trunk/readme.txt
r2545137 r2545170 1 === Passwordless login ===1 === Passwordless Login === 2 2 Contributors: cmccaw 3 Donate link: https://getheslo.com4 3 Tags: login, authentication, identity, security, fido 5 4 Requires at least: 5.1 6 5 Tested up to: 5.7.2 7 6 Requires PHP: 7.0 8 Stable tag: 1.0. 07 Stable tag: 1.0.1 9 8 License: GPLv2 or later 10 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 12 Eliminate the need for users to enter a password when they log in to their website.10 11 Eliminate the need for users to enter a password when they login to their website. 13 12 Heslo Login enables a passwordless login experience using biometrics such as Touch or Face ID. 14 13 If a device does not support a FIDO authenticator then the user will simply perform an email pin verification 15 14 16 15 == Description == 17 18 16 Add the login button that combines biometric security, convenience, and simplicity for a powerful 1-click login experience. 19 Increase conversion rates and make it extremely easy for your users to log in without a password.17 Increase conversion rates and make it extremely easy for your users to log in without a password. 20 18 21 Heslo Login is FIDO certified and meets all the high security standards to provide the fastest and most secure login experience on the internet.19 Heslo Login is FIDO certified and meets all the high-security standards to provide the fastest and most secure login experience on the internet. 22 20 23 21 ### Benefits: 24 22 25 23 * Eliminate the need for your users to enter a password when they log in to your website. 26 * True passwordless security using Touch and Face ID. The same technology is used by the world's largest companies whose very businesses rely upon better authentication. Bring the same level of security to make the fastest and most secure login on the internet. 27 * 1-click passwordless login experience that is hassle-free, fast and extremely secure. 24 * True passwordless security using Touch and Face ID. The same technology is used by the world\'s largest companies whose very businesses rely upon better authentication. Bring the same level of security to make the fastest and most secure login on the internet. 25 * 1-click passwordless login experience that is hassle-free, fast, and extremely secure. 26 * User device does not support Touch or Face ID? No problem. Simple email verification is maintain to ensure a fast, passwordless login 28 27 * Impress your users with the latest in biometric security 29 28 29 30 30 == Installation == 31 32 31 1. Upload to the `/wp-content/plugins/` directory 33 32 1. Activate the plugin 34 33 1. Go to Settings to configure the app 35 34 36 35 == Frequently Asked Questions == 37 38 36 = How do I add Heslo Login to my site? = 39 37 … … 52 50 = Will my existing users be able to login? = 53 51 54 Of course! Once your users use Heslo Login they wouldn 't want to use the traditional login flow again!52 Of course! Once your users use Heslo Login they wouldn\'t want to use the traditional login flow again! 55 53 56 54 = I have a feature idea. What’s the best way to tell you about it? = … … 62 60 chris@getheslo.com usually replies with 24 hours so email anytime with questions about the plugin. 63 61 64 == Screenshots ==65 66 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from67 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets68 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`69 (or jpg, jpeg, gif).70 2. This is the second screen shot71 72 62 == Changelog == 73 63 = 1.0.1 = 64 * Updated readme.txt 74 65 = 1.0 = 75 66 * Initial commit with React admin front end and OpenID authentication flow 76
Note: See TracChangeset
for help on using the changeset viewer.