add support for a single key across a top-level object in the envelope #1

Closed
opened 2019-05-07 17:18:42 -07:00 by andyburke · 0 comments
andyburke commented 2019-05-07 17:18:42 -07:00 (Migrated from github.com)

eg:

const secrets = await enveloper.get( {
    key: 'foo'
} );

returns all things that can be decrypted with key 'foo'

eg: ``` const secrets = await enveloper.get( { key: 'foo' } ); ``` returns all things that can be decrypted with key 'foo'
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
andyburke/enveloper#1
No description provided.