-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Check that the sourceAccountIdentifier corresponds to account name
Clisk konnectors will now be allowed to have multiple accounts for the same konnector. To make it possible, the flagship app will allways check that the sourceAccountIdentifier returned by the konnector, corresponds to the accountName saved in the account. If there is a difference, it means that the worker webview is authenticated with the wrong account and it will ask to the konnector to authenticate again. If the a wrong sourceAccountIdentifier is return twice, an error is raised.
- Loading branch information
1 parent
f3c71ff
commit f573d15
Showing
2 changed files
with
101 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters