bedrock-zcap-storage
Backend storage of Authorization Capabilities for Bedrock apps
Bedrock Authorization Capability Storage
Backend storage of Authorization Capabilities for Bedrock apps
@digitalbazaar/lru-memoize@4
. Existing cache defaults and options
are coerced from previous versions to the new version.@digitalbazaar/lru-memoize@3.0.2
.@bedrock/core@6.3.0
.@bedrock/mongodb@11
.record
instead of resulting record from mongodb calls to
enable using newer mongodb driver.result.deletedCount
to enable newer mongodb driver.background
option from mongodb index creation.package.json
files
field.@bedrock/core@6
@bedrock/mongodb@10
.@bedrock/zcap-storage
.esm.js
to
transpile to CommonJS.zcaps
collection.invoker
for internal indexing from
capability.controller
and require capability.controller
field to be set.authorization.find
and zcaps.get
.explain
param to get more details about database performance.fields
option. This should have been
removed in 4.0.0 but was fixed in this immediate patch release.count()
method for counting zcap revocations associated with a
particular rootTarget
.rootTarget
to be associated with stored zcap
revocations so that they can be aggregated against a particular root object
or resource.bedrock-mongodb
to ^7.0.0.storage.get
.Added core files.
See git history for changes.