autopass 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,23 @@
1
+ name: Build Status
2
+ on:
3
+ push:
4
+ branches:
5
+ - main
6
+ pull_request:
7
+ branches:
8
+ - main
9
+ jobs:
10
+ build:
11
+ strategy:
12
+ matrix:
13
+ node-version: [lts/*]
14
+ os: [ubuntu-latest, macos-latest, windows-latest]
15
+ runs-on: ${{ matrix.os }}
16
+ steps:
17
+ - uses: actions/checkout@v3
18
+ - name: Use Node.js ${{ matrix.node-version }}
19
+ uses: actions/setup-node@v3
20
+ with:
21
+ node-version: ${{ matrix.node-version }}
22
+ - run: npm install
23
+ - run: npm test
package/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
package/NOTICE ADDED
@@ -0,0 +1,13 @@
1
+ Copyright 2024 Holepunch Inc
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
package/README.md ADDED
@@ -0,0 +1,109 @@
1
+ # autopass
2
+
3
+ Distributed notes/password manager
4
+
5
+ ``` sh
6
+ npm install autopass
7
+ ```
8
+
9
+ ## Usage
10
+
11
+ First choose if you wanna pair or make a new instance.
12
+
13
+ ``` js
14
+ import Autopass from 'autopass'
15
+ import Corestore from 'corestore'
16
+
17
+ const pass = new Autopass(new Corestore('./pass'))
18
+
19
+ const inv = await pass.createInvite()
20
+ console.log('share to add', inv)
21
+ ```
22
+
23
+ Then invite another instance
24
+
25
+ ``` js
26
+ const pair = Autopass.pair(new Corestore('./another-pass'), inv)
27
+
28
+ const anotherPass = await pair.finished()
29
+ await anotherPass.ready()
30
+ ```
31
+
32
+ When paired you can simply start the instance again with the normal constructor.
33
+
34
+ ``` js
35
+ await pass.add('a-note', 'hello this is a note')
36
+ ```
37
+
38
+ Then on the other node you get it out with
39
+
40
+ ``` js
41
+ const note = await pass.get('a-note')
42
+ console.log({ note })
43
+ ```
44
+
45
+ ## API
46
+
47
+ #### `pass = new Autopass(new Corestore(path))`
48
+
49
+ Make a new pass instance.
50
+
51
+ #### `pass.on('update', fn)`
52
+
53
+ Triggered when it updates, ie something added/removed an entry
54
+
55
+ #### `value = await pass.get(key)`
56
+
57
+ Get an entry.
58
+
59
+ #### `stream = pass.list()`
60
+
61
+ Get all entries.
62
+
63
+ #### `await pass.add(key, value)`
64
+
65
+ Add new entry
66
+
67
+ #### `await pass.remove(key)`
68
+
69
+ Remove an entry.
70
+
71
+ #### `await pass.removeWriter(writerKey)`
72
+
73
+ Remove a writer explictly.
74
+
75
+ #### `await pass.addWriter(writerKey)`
76
+
77
+ Add a writer explictly.
78
+
79
+ #### `pass.writerKey`
80
+
81
+ Get the local writer key.
82
+
83
+ #### `inv = await pass.createInvite()`
84
+
85
+ Get invite to add a writer.
86
+
87
+ #### `await pass.ready()`
88
+
89
+ Wait for the pass to load fully
90
+
91
+ #### `pair = Autopass.pair(new Corestore(path), invite)`
92
+
93
+ Pair with another instance.
94
+
95
+ #### `pass = await pair.finished()`
96
+
97
+ Wait for the pair to finish.
98
+
99
+ #### `await pair.close()`
100
+
101
+ Force close the pair instance. Only need to call this if you dont wait for it to finish.get
102
+
103
+ #### `await pass.close()`
104
+
105
+ Fully close the pass instance.
106
+
107
+ ## Contributors
108
+
109
+ Written with big contributions from [@supersu](https://github.com/supersuryaansh)
package/index.js ADDED
@@ -0,0 +1,293 @@
1
+ // the js module powering the mobile and desktop app
2
+
3
+ const Autobase = require('autobase')
4
+ const BlindPairing = require('blind-pairing')
5
+ const Hyperbee = require('hyperbee')
6
+ const Hyperswarm = require('hyperswarm')
7
+ const ReadyResource = require('ready-resource')
8
+ const z32 = require('z32')
9
+ const b4a = require('b4a')
10
+
11
+ class AutopassPairer extends ReadyResource {
12
+ constructor (store, invite, opts) {
13
+ super()
14
+
15
+ this.store = store
16
+ this.invite = invite
17
+ this.swarm = null
18
+ this.pairing = null
19
+ this.candidate = null
20
+ this.bootstrap = opts.bootstrap || null
21
+ this.onresolve = null
22
+ this.onreject = null
23
+ this.pass = null
24
+
25
+ this.ready().catch(noop)
26
+ }
27
+
28
+ async _open () {
29
+ await this.store.ready()
30
+
31
+ this.swarm = new Hyperswarm({
32
+ keyPair: await this.store.createKeyPair('hyperswarm'),
33
+ bootstrap: this.bootstrap
34
+ })
35
+
36
+ this.swarm.on('connection', (connection, peerInfo) => {
37
+ this.store.replicate(connection)
38
+ })
39
+
40
+ this.pairing = new BlindPairing(this.swarm)
41
+
42
+ const core = Autobase.getLocalCore(this.store)
43
+ await core.ready()
44
+ const key = core.key
45
+ await core.close()
46
+
47
+ this.candidate = this.pairing.addCandidate({
48
+ invite: z32.decode(this.invite),
49
+ userData: key,
50
+ onadd: async (result) => {
51
+ if (this.pass === null) {
52
+ this.pass = new Autopass(this.store, {
53
+ swarm: this.swarm,
54
+ key: result.key,
55
+ encryptionKey: result.encryptionKey,
56
+ bootstrap: this.bootstrap
57
+ })
58
+ }
59
+ this.swarm = null
60
+ this.store = null
61
+ if (this.onresolve) this.onresolve(this.pass)
62
+ this.candidate.close().catch(noop)
63
+ }
64
+ })
65
+ }
66
+
67
+ async _close () {
68
+ if (this.candidate !== null) {
69
+ await this.candidate.close()
70
+ }
71
+
72
+ if (this.swarm !== null) {
73
+ await this.swarm.destroy()
74
+ }
75
+
76
+ if (this.store !== null) {
77
+ await this.store.close()
78
+ }
79
+
80
+ if (this.onreject) {
81
+ this.onreject(new Error('Pairing closed'))
82
+ } else if (this.base) {
83
+ await this.base.close()
84
+ }
85
+ }
86
+
87
+ finished () {
88
+ return new Promise((resolve, reject) => {
89
+ this.onresolve = resolve
90
+ this.onreject = reject
91
+ })
92
+ }
93
+ }
94
+
95
+ class Autopass extends ReadyResource {
96
+ constructor (corestore, opts = {}) {
97
+ super()
98
+
99
+ this.store = corestore
100
+ this.swarm = opts.swarm || null
101
+ this.base = null
102
+ this.bootstrap = opts.bootstrap || null
103
+ this.member = null
104
+ this.pairing = null
105
+ this.replicate = opts.replicate !== false
106
+ this.debug = !!opts.key
107
+
108
+ this._boot(opts)
109
+ this.ready().catch(noop)
110
+ }
111
+
112
+ // Initialize autobase
113
+ _boot (opts = {}) {
114
+ const { encryptionKey, key } = opts
115
+
116
+ this.base = new Autobase(this.store, key, {
117
+ encrypt: true,
118
+ encryptionKey,
119
+ valueEncoding: 'json',
120
+ open (store) {
121
+ return new Hyperbee(store.get('view'), {
122
+ extension: false,
123
+ keyEncoding: 'utf-8',
124
+ valueEncoding: 'json'
125
+ })
126
+ },
127
+ // New data blocks will be added using the apply function
128
+ async apply (nodes, view, base) {
129
+ for (const node of nodes) {
130
+ const op = node.value
131
+
132
+ // Add support for adding other peers as a writer to the base
133
+ if (op.type === 'addWriter') {
134
+ await base.addWriter(z32.decode(op.key))
135
+ } else if (op.type === 'removeWriter') {
136
+ await base.removeWriter(z32.decode(op.key))
137
+ } else if (op.type === 'addRecord') {
138
+ // This adds a new record
139
+ await view.put(op.key, op.value)
140
+ } else if (op.type === 'removeRecord') {
141
+ // Remove an existing record
142
+ await view.del(op.key)
143
+ }
144
+ }
145
+ }
146
+ })
147
+
148
+ this.base.on('update', () => this.emit('update'))
149
+ }
150
+
151
+ async _open () {
152
+ await this.base.ready()
153
+ if (this.replicate) await this._replicate()
154
+ }
155
+
156
+ // Close the base
157
+ async _close () {
158
+ if (this.swarm) {
159
+ await this.member.close()
160
+ await this.pairing.close()
161
+ await this.swarm.destroy()
162
+ }
163
+ await this.base.close()
164
+ }
165
+
166
+ // Need this key to become a writer
167
+ get writerKey () {
168
+ return this.base.local.key
169
+ }
170
+
171
+ // Return bootstrap key of the base
172
+ // This is what other peers should use to bootstrap the base from
173
+ get key () {
174
+ return this.base.key
175
+ }
176
+
177
+ // Find peers in Hyperswarm using this
178
+ get discoveryKey () {
179
+ return this.base.discoveryKey
180
+ }
181
+
182
+ // Encryption key for the base
183
+ get encryptionKey () {
184
+ return this.base.encryptionKey
185
+ }
186
+
187
+ static pair (store, invite, opts) {
188
+ return new AutopassPairer(store, invite, opts)
189
+ }
190
+
191
+ async createInvite (opts) {
192
+ if (this.opened === false) await this.ready()
193
+ const existing = await this.get('autopass/invite')
194
+ if (existing) return existing.invite
195
+ const { id, invite, publicKey, expires } = BlindPairing.createInvite(this.base.key)
196
+ const record = { id: z32.encode(id), invite: z32.encode(invite), publicKey: z32.encode(publicKey), expires }
197
+ await this.add('autopass/invite', record)
198
+ return record.invite
199
+ }
200
+
201
+ // Get data of all indexes in the base
202
+ list (opts) {
203
+ return this.base.view.createReadStream(opts)
204
+ }
205
+
206
+ // Get data stored in a specific key
207
+ async get (key) {
208
+ const node = await this.base.view.get(key)
209
+ if (node === null) return null
210
+ return node.value
211
+ }
212
+
213
+ // Add a peer as a writer
214
+ async addWriter (key) {
215
+ await this.base.append({
216
+ type: 'addWriter',
217
+ key: b4a.isBuffer(key) ? z32.encode(key) : key
218
+ })
219
+
220
+ return true
221
+ }
222
+
223
+ // To later add removeWriter
224
+ async removeWriter (key) {
225
+ await this.base.append({
226
+ type: 'removeWriter',
227
+ key: b4a.isBuffer(key) ? z32.encode(key) : key
228
+ })
229
+ }
230
+
231
+ // Check if the base is writable
232
+ get writable () {
233
+ return this.base.writable
234
+ }
235
+
236
+ // Start Replicating the base across peers
237
+ async _replicate () {
238
+ if (this.swarm === null) {
239
+ this.swarm = new Hyperswarm({
240
+ keyPair: await this.store.createKeyPair('hyperswarm'),
241
+ bootstrap: this.bootstrap
242
+ })
243
+
244
+ this.swarm.on('connection', (connection, peerInfo) => {
245
+ this.store.replicate(connection)
246
+ })
247
+ }
248
+ this.pairing = new BlindPairing(this.swarm)
249
+
250
+ this.member = this.pairing.addMember({
251
+ discoveryKey: this.base.discoveryKey,
252
+ onadd: async (candidate) => {
253
+ const id = z32.encode(candidate.inviteId)
254
+ const inv = await this.get('autopass/invite')
255
+
256
+ if (inv.id !== id) return
257
+
258
+ candidate.open(z32.decode(inv.publicKey))
259
+
260
+ await this.addWriter(candidate.userData)
261
+
262
+ candidate.confirm({
263
+ key: this.base.key,
264
+ encryptionKey: this.base.encryptionKey
265
+ })
266
+ }
267
+ })
268
+
269
+ this.swarm.join(this.base.discoveryKey)
270
+ }
271
+
272
+ // Append a key/value to the base
273
+ async add (key, value) {
274
+ await this.base.append({
275
+ type: 'addRecord',
276
+ key,
277
+ value
278
+ })
279
+ }
280
+
281
+ // Remove a key pair
282
+ async remove (key) {
283
+ await this.base.append({
284
+ type: 'removeRecord',
285
+ key,
286
+ value: null
287
+ })
288
+ }
289
+ } // end class
290
+
291
+ function noop () {}
292
+
293
+ module.exports = Autopass
package/package.json ADDED
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "autopass",
3
+ "version": "1.0.0",
4
+ "main": "index.js",
5
+ "scripts": {
6
+ "test": "standard && brittle test.js"
7
+ },
8
+ "author": "Holepunch Inc",
9
+ "license": "Apache-2.0",
10
+ "description": "",
11
+ "devDependencies": {
12
+ "brittle": "^3.7.0",
13
+ "corestore": "^6.18.4",
14
+ "hyperdht": "^6.20.1",
15
+ "test-tmp": "^1.3.0"
16
+ },
17
+ "dependencies": {
18
+ "autobase": "^6.5.12",
19
+ "b4a": "^1.6.7",
20
+ "blind-pairing": "^2.3.1",
21
+ "hyperbee": "^2.20.7",
22
+ "hyperswarm": "^4.8.4",
23
+ "ready-resource": "^1.1.1"
24
+ }
25
+ }
package/test.js ADDED
@@ -0,0 +1,54 @@
1
+ const test = require('brittle')
2
+ const Autopass = require('./')
3
+ const Corestore = require('corestore')
4
+ const testnet = require('hyperdht/testnet')
5
+ const tmp = require('test-tmp')
6
+
7
+ test('basic', async function (t) {
8
+ const a = await create(t, { replicate: false })
9
+
10
+ await a.add('hello', 'world')
11
+
12
+ t.ok(a.base.encryptionKey)
13
+ t.is(await a.get('hello'), 'world')
14
+
15
+ await a.close()
16
+ })
17
+
18
+ test('invites', async function (t) {
19
+ t.plan(2)
20
+
21
+ const tn = await testnet(10, t)
22
+
23
+ const a = await create(t, { bootstrap: tn.bootstrap })
24
+ t.teardown(() => a.close())
25
+
26
+ a.on('update', function () {
27
+ if (a.base.system.members === 2) t.pass('a has two members')
28
+ })
29
+
30
+ const inv = await a.createInvite()
31
+
32
+ const p = await pair(t, inv, { bootstrap: tn.bootstrap })
33
+
34
+ const b = await p.finished()
35
+ await b.ready()
36
+
37
+ t.teardown(() => b.close())
38
+ b.on('update', function () {
39
+ if (b.base.system.members === 2) t.pass('b has two members')
40
+ })
41
+ })
42
+
43
+ async function create (t, opts) {
44
+ const dir = await tmp(t)
45
+ const a = new Autopass(new Corestore(dir), opts)
46
+ await a.ready()
47
+ return a
48
+ }
49
+
50
+ async function pair (t, inv, opts) {
51
+ const dir = await tmp(t)
52
+ const a = Autopass.pair(new Corestore(dir), inv, opts)
53
+ return a
54
+ }