Tonomy-Foundation / Tonomy-ID-SDK

This Software Development Kit is used in Tonomy ID to interact and call with the Antelope blockchain and services. It is also used as the public API for integration by applications to do single sign-on, share credentials and sign transactions.
https://tonomy-id-sdk-tonomy-foundation.vercel.app
Apache License 2.0
5 stars 1 forks source link

Data Sharing: SDK response with username only when requested #300

Closed theblockstalk closed 8 months ago

theblockstalk commented 12 months ago

Acceptance criteria:

Hint:

async acceptLoginRequest(
        requests: { request: LoginRequest | DataSharingRequest; app: App; requiresLogin?: boolean }[],
        platform: 'mobile' | 'browser',
        messageRecipient?: DID
    ): Promise<void | URLtype>

https://github.com/Tonomy-Foundation/Tonomy-ID-SDK/blob/master/src/sdk/controllers/userApps.ts#L136

theblockstalk commented 10 months ago

next sprint 0 current: 3