Changeset 2232794
- Timestamp:
- 01/24/2020 01:49:28 PM (6 years ago)
- File:
-
- 1 edited
-
yoti/tags/1.5.0/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
yoti/tags/1.5.0/readme.txt
r2231615 r2232794 1 1 === Yoti === 2 2 3 Contributors: Moussa Sidibe,yotiwordpress3 Contributors: yotiwordpress 4 4 Tags: identity, verification, login, form, 2 factor, 2 step authentication, 2FA, access, privacy, authentication, security, sign in, two factor 5 5 Requires at least: 3.0.1 … … 14 14 == Description == 15 15 16 Yoti is a digital identity app that lets people log in to websites without a password and prove their identity online. 17 Just click on the login with Yoti button, scan secure QR code with the Yoti app and that’s it. 18 Get the Yoti plugin and let people log in to your WordPress websites without entering a password. Click here to learn [more.](https://www.yoti.com) 19 20 Here is a quick video on how to install the plugin in less than 5 minutes: 21 22 https://www.youtube.com/watch?v=kzltLNws1cQ 23 24 == Why does your website need Yoti == 25 26 * Stops keyloggers, by not having to type usernames and passwords. 27 * Stops phishing attacks, safer website access without usernames and passwords. 16 Yoti is your digital identity. A global identity platform and free consumer app that puts your ID on your phone. It’s the simplest, safest, fastest way to prove your identity online and in person. 17 18 Founded in 2014, Yoti began a mission to become the world’s trusted identity platform. We’re committed to doing things differently to other tech companies – like promising to never mine or sell your data; Yoti is designed so that we couldn’t even if we wanted to. 19 20 == What Yoti can offer your site == 21 22 * KYC checks by verifying the identities of your website users 23 * Age verification. Verify the age of users on your website and control access to age-restricted content. 24 * Prevents keyloggers, by not having to type usernames and passwords.Your users login securely by scanning a QR code. 28 25 * Privacy by design. We use advanced hybrid 256-bit encryption to secure your personal information. 29 * No Passwords. Your users login securely by scanning a QR code. 30 * KYC checks. Verify the identities of your website users. 31 * Age verification. Verify the age of users of your website and control access to age-restricted content. 26 27 *Note: The wordpress plugin is limited to basic functionality. Please use [PHP SDK](https://github.com/getyoti/yoti-php-sdk) for added features. For more information on our services and our products please visit our site: <https://www.yoti.com/>.* 32 28 33 29 Download the free Yoti app [Android](https://play.google.com/store/apps/details?id=com.yoti.mobile.android.live) 34 30 Download the free Yoti app [IOS](https://itunes.apple.com/us/app/yoti/id983980808?ls=1&mt=8) 35 31 32 == What is the journey for Wordpress users == 33 1. Add a Yoti button on to your site. 34 2. Users will click the yoti button and a QR code will appear, the user will scan the QR code. 35 3. Redirect the users to your callback URL. 36 37 For examples on how to improve your customer experience please go here: <https://developers.yoti.com/yoti/scenario-examples> 38 39 Here is a quick video showing the flow: 40 41 https://youtu.be/nPjMA9Z-nks 42 43 = Contact us = 44 If you have any other questions please do not hesitate to contact <mailto:sdksupport@yoti.com>. 45 46 Once we have answered your question, we may contact you again to discuss Yoti products and services. If you’d prefer us not to do this, please let us know when you e-mail. 47 36 48 == Installation == 37 49 38 = Step1: Installing the plugin = 39 40 * From the “Plugins” menu search for “Yoti”, 41 * click “Install Now” and then “Activate”. 42 * To store images in a custom directory, edit your `wp-config.php` file to add a new constant called YOTI_UPLOAD_DIR with an absolute path: 50 = Step 1: Installing the plugin = 51 52 * From the *Plugins* menu search for *Yoti*, Click *Install Now* and then *Activate*. 53 * To store images in a custom directory, edit your `wp-config.php` file to add a new constant called *YOTI_UPLOAD_DIR* with an absolute path: 43 54 44 55 define('YOTI_UPLOAD_DIR', '/path/to/images/'); … … 46 57 By default, images are stored in `WP_CONTENT_DIR . '/uploads/yoti'` 47 58 59 Note: you can also import out plugin, please see our [github pages](https://github.com/getyoti/yoti-wordpress) for more information 60 48 61 = Step 2: Setting up your Yoti Application = 49 62 50 Visit the Yoti Hub [here](https://hub.yoti.com) to create a new application for your organisation/business. 51 52 Specify the basic details of your application such as the name, description and optional logo. These details can be whatever you desire and will not affect the plugin’s functionality. 53 54 The main page - Edit the application and set your website URL in the 'Application domain' section, e.g https:yourwebsite.com 55 56 The Scenarios tab - Scenarios are different instances where you request users for information using Yoti. e.g verify your users' age online or in person or quickly sign in users to your website without passwords. This plugin only support single scenario. 57 58 * Specify a name for your scenario. 59 * Specify what information you want to request with this scenario. 60 * And finally, provide a callback URL so we know where to send your users after they have used Yoti. This URL must be a subdomain of your applications' domain. 61 62 The Keys tab – Here is where your keys are generated which will be inputted into the plugin settings. You will need to download your pem file and store it somewhere safe as it will be used as part of the plugin set up. 63 64 == Frequently Asked Questions == 65 66 For a more detailed explanation please go to our github [page.](https://github.com/getyoti/yoti-wordpress) 67 68 For further support please feel free to email us at: sdksupport@yoti.com 69 70 For FAQ please click [here.](https://yoti.zendesk.com/hc/en-us/categories/201129409-Business-FAQs) 71 72 == Screenshots == 73 74 1. Settings to set up and configure the plugin 75 2. Yoti widget added by the plugin 76 3. Example of logging in with Yoti by scanning the QR code 77 4. Yoti profile page with all the user attributes 63 Onboard your organisation with Yoti by visiting the Yoti Hub [here](https://hub.yoti.com/) and create a Yoti application to retrieve your 64 API keys. 65 66 Instructions on onboarding with Yoti are [here](https://developers.yoti.com/yoti/getting-started-hub). 67 68 Generating API keys instructions are [here](https://developers.yoti.com/yoti/generate-api-keys). 69 70 = STEP 3: Enable Widget = 71 72 Go back to your wordpress Yoti plugin settings and add in the API keys retrieved from your Yoti Hub account. Once complete, place your 73 widget on your desired page. 74 75 = Contact us = 76 If you have any other questions please do not hesitate to contact <mailto:sdksupport@yoti.com>. 77 78 Once we have answered your question, we may contact you again to discuss Yoti products and services. If you’d prefer us not to do this, please let us know when you e-mail. 78 79 79 80 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.