From fc7f98fb4e36ec811b3715a40dd7290ce8927b3f Mon Sep 17 00:00:00 2001 From: KatalinH16 <97022197+KatalinH16@users.noreply.github.com> Date: Fri, 8 Mar 2024 17:51:37 +0100 Subject: [PATCH] How to manage multiple accounts for the same user --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e7893f..ce71ef0 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ Since your users won’t be able to log in to Kisi themselves, your app will nee You need to store this login object in your app's local cache and provide it to our SDK as a part of its initialization code. This login can then be used subsequently to make requests to the Kisi API on behalf of the user. +**Note**: If you intend to support multiple organization accounts for the same user, you will need to create a separate login for each of these accounts. It is not possible to fetch all organization accounts associated with a specific email address due to security reasons. Therefore, you must store the list of their organization IDs yourself. + ## 7. Integrate the SDK ### 7.1 Get the necessary files @@ -342,4 +344,4 @@ curl --request POST \ "proximity_proof": "string" } }' -``` \ No newline at end of file +```