You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,9 +86,9 @@ import yoti_python_sdk
86
86
87
87
## Configuration
88
88
89
-
After creating your application on the [Yoti Hub](https://www.yoti.com/hub/), you need to download the `.PEM` key and save it *outside* the repo (keep it private).
89
+
After creating your application on the [Yoti Hub](https://hub.yoti.com/), you need to download the `.PEM` key and save it *outside* the repo (keep it private).
90
90
91
-
The variables required for the SDK to work are found in the tabs on your Yoti application's settings page ([Yoti Hub](https://www.yoti.com/hub/)). These are:
91
+
The variables required for the SDK to work are found in the tabs on your Yoti application's settings page ([Yoti Hub](https://hub.yoti.com/)). These are:
92
92
93
93
***`YOTI_SCENARIO_ID`** - This is used to configure the Yoti Login Button (see [Front End Integration](https://developers.yoti.com/yoti-app-integration/yoti-app-integration#step-3-front-end-integration)).
94
94
***`YOTI_CLIENT_SDK_ID`** - This is the SDK identifier generated by Yoti Hub in the Key tab when you create your app. Note this is not your Application Identifier which is needed by your client-side code.
If you have chosen `Verify Condition` on the [Yoti Hub](https://www.yoti.com/hub/applications) with the age condition of "Over 18", you can retrieve the user information as follows:
160
+
If you have chosen `Verify Condition` on the [Yoti Hub](https://hub.yoti.com/applications) with the age condition of "Over 18", you can retrieve the user information as follows:
0 commit comments