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

fix: use the issuer as the resource in revocation #992

Merged
merged 4 commits into from
Oct 27, 2023
Merged

Commits on Oct 20, 2023

  1. fix: use the issuer as the resource in revocation

    We were using the space DID as the resource, which works in the default case but falls apart when re-delegating access to someone else's space, as a user would be attempting to revoke a resource they did not have ucan/revoke capabilities on.
    travis committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    84634ea View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    8439d5f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    832d61f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a7c7b6 View commit details
    Browse the repository at this point in the history