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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ How to install the SDK to your project
22
22
6)[Configuration](#configuration)-
23
23
Entry point explanation
24
24
25
-
7)[Profile Retrieval](#profile-retrieval)-
26
-
How to retrieve a Yoti profile using the token
25
+
7)[Handling Users](#handling-users)-
26
+
How to manage users
27
27
28
28
8)[Running the examples](#running-the-examples)-
29
29
How to retrieve a Yoti profile using the token
@@ -37,12 +37,12 @@ Attributes defined
37
37
11)[Running the tests](running-the-tests)-
38
38
Running tests for SDK example
39
39
40
-
12)[Support](#support)-
41
-
Please feel free to reach out
42
-
43
-
13)[Version Support](version-support) -
40
+
12)[Version Support](version-support) -
44
41
Extra information on ensuring correct version of Python is being used
45
42
43
+
13)[Support](#support)-
44
+
Please feel free to reach out
45
+
46
46
## An Architectural View
47
47
48
48
Before you start your integration, here is a bit of background on how the integration works. To integrate your application with Yoti, your back-end must expose a GET endpoint that Yoti will use to forward tokens.
* Installing dependencies: `pip install -e .[examples]` (If you're using `zsh` you need to escape the square brackets: `pip install -e .\[examples\]`)
143
143
144
144
### Flask:
145
145
@@ -152,7 +152,7 @@ Both example applications utilise the env variables described in [Configuration]
152
152
153
153
### Plugins ###
154
154
155
-
Plugins for both Django and Flask are in the `plugins/` dir. Their purpose is to make it as easy as possible to use the Yoti SDK with those frameworks. See their respective `README`files for details.
155
+
Plugins for both Django and Flask are in the `plugins/` dir. Their purpose is to make it as easy as possible to use the Yoti SDK with those frameworks. See the [Django](/plugins/django_yoti/README.md) and [Flask](/plugins/flask_yoti/README.md) README files for further details.
0 commit comments