-
Notifications
You must be signed in to change notification settings - Fork 85
[FIX] DIDExchange request handling should require invitation key rotation #1245
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
Comments
JamesKEbert
pushed a commit
that referenced
this issue
Aug 1, 2024
…y rotation (#1278) * Require Inviter Key and Store in HarnessAgent Signed-off-by: lli <[email protected]> * Minor Clippy/Test fixes Signed-off-by: lli <[email protected]> * Clippy Signed-off-by: lli <[email protected]> * Clippy Signed-off-by: lli <[email protected]> * change anon unpacks to return rec_vk Signed-off-by: lli <[email protected]> * clippy Signed-off-by: lli <[email protected]> * Remove TODO comments Signed-off-by: lli <[email protected]> --------- Signed-off-by: lli <[email protected]>
alberto-instnt
pushed a commit
to instnt-inc/instnt-aries-vcx
that referenced
this issue
Sep 10, 2024
…require invitation key rotation (openwallet-foundation#1278) * Require Inviter Key and Store in HarnessAgent Signed-off-by: lli <[email protected]> * Minor Clippy/Test fixes Signed-off-by: lli <[email protected]> * Clippy Signed-off-by: lli <[email protected]> * Clippy Signed-off-by: lli <[email protected]> * change anon unpacks to return rec_vk Signed-off-by: lli <[email protected]> * clippy Signed-off-by: lli <[email protected]> * Remove TODO comments Signed-off-by: lli <[email protected]> --------- Signed-off-by: lli <[email protected]>
alberto-instnt
pushed a commit
to instnt-inc/instnt-aries-vcx
that referenced
this issue
Sep 10, 2024
…require invitation key rotation (openwallet-foundation#1278) * Require Inviter Key and Store in HarnessAgent Signed-off-by: lli <[email protected]> * Minor Clippy/Test fixes Signed-off-by: lli <[email protected]> * Clippy Signed-off-by: lli <[email protected]> * Clippy Signed-off-by: lli <[email protected]> * change anon unpacks to return rec_vk Signed-off-by: lli <[email protected]> * clippy Signed-off-by: lli <[email protected]> * Remove TODO comments Signed-off-by: lli <[email protected]> --------- Signed-off-by: lli <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the DIDExchange
handle_request
in aries-vcx has theinvitation_key
parameter as optional:we want to make this a required field.
there are many TODO comments about this, but essentially:
The text was updated successfully, but these errors were encountered: