Plugin Directory

Changeset 2232794


Ignore:
Timestamp:
01/24/2020 01:49:28 PM (6 years ago)
Author:
yotiwordpress
Message:

Update readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • yoti/tags/1.5.0/readme.txt

    r2231615 r2232794  
    11=== Yoti ===
    22
    3 Contributors: Moussa Sidibe, yotiwordpress
     3Contributors: yotiwordpress
    44Tags: identity, verification, login, form, 2 factor, 2 step authentication, 2FA, access, privacy, authentication, security, sign in, two factor
    55Requires at least: 3.0.1
     
    1414== Description ==
    1515
    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.
     16Yoti 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
     18Founded 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.
    2825* 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/>.*
    3228
    3329Download the free Yoti app [Android](https://play.google.com/store/apps/details?id=com.yoti.mobile.android.live)
    3430Download the free Yoti app [IOS](https://itunes.apple.com/us/app/yoti/id983980808?ls=1&mt=8)
    3531
     32== What is the journey for Wordpress users ==
     331. Add a Yoti button on to your site.
     342. Users will click the yoti button and a QR code will appear, the user will scan the QR code.
     353. Redirect the users to your callback URL.
     36
     37For examples on how to improve your customer experience please go here: <https://developers.yoti.com/yoti/scenario-examples>
     38
     39Here is a quick video showing the flow:
     40
     41https://youtu.be/nPjMA9Z-nks
     42
     43= Contact us =
     44If you have any other questions please do not hesitate to contact <mailto:sdksupport@yoti.com>.
     45
     46Once 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
    3648== Installation ==
    3749
    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:
    4354
    4455  define('YOTI_UPLOAD_DIR', '/path/to/images/');
     
    4657  By default, images are stored in `WP_CONTENT_DIR . '/uploads/yoti'`
    4758
     59Note: you can also import out plugin, please see our [github pages](https://github.com/getyoti/yoti-wordpress) for more information
     60
    4861= Step 2: Setting up your Yoti Application =
    4962
    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
     63Onboard your organisation with Yoti by visiting the Yoti Hub [here](https://hub.yoti.com/) and create a Yoti application to retrieve your
     64API keys.
     65
     66Instructions on onboarding with Yoti are [here](https://developers.yoti.com/yoti/getting-started-hub).
     67
     68Generating API keys instructions are [here](https://developers.yoti.com/yoti/generate-api-keys).
     69
     70= STEP 3: Enable Widget =
     71
     72Go back to your wordpress Yoti plugin settings and add in the API keys retrieved from your Yoti Hub account. Once complete, place your
     73widget on your desired page.
     74
     75= Contact us =
     76If you have any other questions please do not hesitate to contact <mailto:sdksupport@yoti.com>.
     77
     78Once 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.
    7879
    7980== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.