Skip to content

Commit

Permalink
Merge pull request #6 from KatalinH16/patch-1
Browse files Browse the repository at this point in the history
How to manage multiple accounts for the same user
  • Loading branch information
agap authored Mar 8, 2024
2 parents c0e9983 + fc7f98f commit 4da64c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -342,4 +344,4 @@ curl --request POST \
"proximity_proof": "string"
}
}'
```
```

0 comments on commit 4da64c8

Please sign in to comment.