dfinity / wg-identity-authentication

Repository of the Identity and Wallet Standards Working Group
https://wiki.internetcomputer.org/wiki/Identity_%26_Authentication
Apache License 2.0
27 stars 8 forks source link

ICRC-25: Add delegation support to the `icrc25_managed_identities` message #90

Closed frederikrothenberger closed 8 months ago

frederikrothenberger commented 8 months ago

This PR expands the message icrc25_managed_identities with an optional array of delegations, analogous to the delegations in canister call envelopes. This enables signers that only have access to delegated keys to complete the challenge response mechanism.

frederikrothenberger commented 8 months ago

@sea-snake: This PR enables your slide wallet to use the standard, right?