-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat(mdoc): proximity flow for Android functionality #202
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
noice noice noice. Should we move it to a separate package as well? Most agent stuff is handled in agent now
agent: EasyPIDAppAgent | ||
} | ||
|
||
export const shareDeviceResponse = async (options: ShareDeviceResponseOptions) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is that it!??
const issuerSignedDocuments = mdocs.map((mdoc) => { | ||
const docType = mdoc.getTag('DocType') as string | ||
return parseIssuerSigned(TypedArrayEncoder.fromBase64(mdoc.base64Url), docType) | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we do a pre-selection on the doctype? So we don't have to fetch all docs? I think the device request should contain some filters?
e91e187
to
d676c72
Compare
2d3f73e
to
189d0d3
Compare
Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
189d0d3
to
ddad4b0
Compare
Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
Signed-off-by: Berend Sliedrecht sliedrecht@berend.io