@synonymdev/pubky 0.6.0 → 0.7.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.
- package/README.md +1 -1
- package/index.cjs +2244 -1967
- package/index.js +2247 -2116
- package/package.json +1 -1
- package/pubky.d.ts +1135 -840
- package/pubky_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -206,7 +206,7 @@ const pubky = new Pubky();
|
|
|
206
206
|
const caps = "/pub/my-cool-app/:rw,/pub/another-app/folder/:w";
|
|
207
207
|
|
|
208
208
|
// Optional relay; defaults to Synonym-hosted relay if omitted
|
|
209
|
-
const relay = "https://httprelay.pubky.app/
|
|
209
|
+
const relay = "https://httprelay.pubky.app/inbox/"; // optional (defaults to this)
|
|
210
210
|
|
|
211
211
|
// Start the auth polling
|
|
212
212
|
const flow = pubky.startAuthFlow(caps, AuthFlowKind::signin(), relay);
|