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: Introduce method to query granted permissions #82

Closed frederikrothenberger closed 8 months ago

frederikrothenberger commented 8 months ago

This PR introduces the method icrc25_granted_permissions method to query currently granted permission scopes.

It also renames icrc25_request_permission to icrc25_request_permissions so that it better reflects that multiple different permissions can be requested / granted.

frederikrothenberger commented 8 months ago

LGTM, but I guess icrc25_revoke_permission should also eventually become icrc25_revoke_permissions, no?

Yes, this was simply an oversight. Thanks, fixed.