fission-codes / fission-server

Apache License 2.0
9 stars 0 forks source link

UCAN Revocations #185

Closed expede closed 10 months ago

expede commented 1 year ago

The Fission Sever should support UCAN Revocations (at time of writing, the 1.0 PR is in progress).

This requires three steps:

  1. Persisting revocations to the DB
  2. Deleting (or at least marking invalid) any associated UCAN in the capability store
  3. Checking if a UCAN matches the revocation list on validation of any new UCAN

As usual, see the tech design docs for a proposed schema.

ETA: 2023-10-31

matheus23 commented 10 months ago

Closed in #201