Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement standard device key format #27

Open
clintfred opened this issue Jul 25, 2019 · 1 comment
Open

Implement standard device key format #27

clintfred opened this issue Jul 25, 2019 · 1 comment

Comments

@clintfred
Copy link

clintfred commented Jul 25, 2019

We are going to standardize the DeviceContext/DeviceKeys JSON format across all SDKs. The proposed format (in Typescript) is:

{
    deviceId: number;
    accountId: string;
    segmentId: number;
    devicePrivateKey: Base64String;
    // “expanded private key” (both pub/priv)
    signingPrivateKey: Base64String; 
}

see: IronCoreLabs/ironoxide#25

@ernieturner
Copy link
Contributor

Updated to add deviceId to this response structure as well.

@ernieturner ernieturner modified the milestones: 2019-08-09, 2019-08-23 Aug 12, 2019
@ernieturner ernieturner modified the milestones: 2019-08-23, 2019-09-06 Aug 26, 2019
@ernieturner ernieturner modified the milestones: 2019-09-06, 2019-09-20 Sep 9, 2019
@coltfred coltfred removed this from the 2019-09-20 milestone Sep 9, 2019
@ernieturner ernieturner added this to the 2019-10-4 milestone Sep 23, 2019
@ernieturner ernieturner removed this from the 2019-10-4 milestone Oct 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants