TBD54566975 / web5-js

Monorepo for the Web5 JS TypeScript implementation
https://tbd54566975.github.io/web5-js/
Apache License 2.0
129 stars 52 forks source link

Create a `dwn.grants` API for dealing with grants #827

Closed LiranCohen closed 3 weeks ago

LiranCohen commented 1 month ago

Create both a generalized PermissionsApi to be used within agent for dealing with permissions within the various parts of the system. And create a concise dwn.grants API for consumers to use when creating, revoking, requesting and validating grants.

LiranCohen commented 3 weeks ago

Completed