Skip to content

Commit

Permalink
How to manage multiple accounts for the same user
Browse files Browse the repository at this point in the history
  • Loading branch information
KatalinH16 authored Mar 8, 2024
1 parent c0e9983 commit fc7f98f
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 fc7f98f

Please sign in to comment.