Commit Graph

48 Commits

Author SHA1 Message Date
nazeh
9b7c7c6352 feat: update to pkarr v3-rc1 and mainline v5-rc1 2025-01-06 10:00:47 +03:00
nazeh
de7d34eca1 feat(http-relay): add http relay crate to help with local testing 2024-12-17 13:36:05 +03:00
nazeh
1c0ff6c028 feat(js): add logging in wasm and setLogLevel function 2024-12-15 16:17:12 +03:00
nazeh
453aa40d88 fix(pubky): fix authz test with in process http relay 2024-12-14 16:37:58 +03:00
nazeh
1a30f7d62d chore: update dependencies 2024-12-11 14:33:28 +03:00
nazeh
628049984e feat(pubky): update pkarr and use anyhow 2024-12-03 12:02:26 +03:00
nazeh
b1bef6aa3e wip(js): migrate wasm bindings to support pubky in host 2024-11-26 19:14:00 +03:00
nazeh
1993a73d6d feat(pubky): add custom cookie jar .. requires https 2024-11-25 18:24:34 +03:00
nazeh
05cad66366 feat(pubky): support GET /pub/*path for native urls 2024-11-21 22:44:52 +03:00
nazeh
1b7d83a315 fix: fix after merging main 2024-11-14 12:03:22 +03:00
nazeh
f82b301385 Merge branch 'main' into dev 2024-11-14 11:13:32 +03:00
nazeh
0d8030f7f9 feat(homeserver): rename pubky_homeserver to pubky-homeserver 2024-11-13 15:50:53 +03:00
nazeh
6e21959d24 Revert "examples: add testnet example"
This reverts commit eb10086b5e.
2024-11-13 15:42:17 +03:00
nazeh
eb10086b5e examples: add testnet example 2024-11-13 15:15:27 +03:00
nazeh
aede289c26 chore: Release 2024-10-25 11:51:16 +03:00
nazeh
892c89c8b8 chore: publish pubky-common@0.1.0 2024-10-25 11:50:50 +03:00
nazeh
8e1ec6628b chore: Release 2024-10-25 11:13:51 +03:00
nazeh
a6f7acdc63 chore: Release 2024-10-25 11:08:56 +03:00
nazeh
285dd4e2d1 chore: Release 2024-10-25 11:05:20 +03:00
nazeh
fa0babc36d chore: Release 2024-10-25 11:04:03 +03:00
nazeh
2434834618 chore: prepare for release 2024-10-25 11:03:02 +03:00
nazeh
1d179c7197 Merge branch 'dev' of https://github.com/pubky/pubky into feat/pkarr-reqwest 2024-10-01 08:34:43 +03:00
nazeh
901627d167 feat: update pkarr to v3 2024-09-30 20:15:04 +03:00
nazeh
98aa046ff0 feat(pubky): update pkarr v3 2024-09-22 12:00:57 +03:00
nazeh
c4af158fc8 feat(pubky): Resolve and connect to a direct server (localhost) 2024-09-19 17:00:31 +03:00
nazeh
cfd50451a2 examples(authz): simplify authenticator using native methods 2024-09-06 15:09:58 +03:00
nazeh
f1b65e9dac feat(pubky): add PubkyClient::auth_request and send_auth_token 2024-09-05 20:50:02 +03:00
nazeh
634d309766 examples(authz): test thirdPartySignin() 2024-09-02 17:05:06 +03:00
nazeh
cd32df075b feat(pubky): use rustls-tls feature in reqwest 2024-09-02 00:21:27 +03:00
nazeh
de38987d96 refactor(pubky): move recovery_file code to pubky_common 2024-08-31 17:29:32 +03:00
nazeh
aaf01cf2d7 feat(common): add AuthToken with scopes 2024-08-27 17:15:25 +03:00
nazeh
1db1d3a21d feat(js): add list() method 2024-08-05 16:34:26 +03:00
nazeh
11334bf81c feat(pubky): add recovery file generation and decryption 2024-08-03 16:33:38 +03:00
nazeh
bd5b44e544 feat(pubky): add put/get methods for js 2024-07-29 13:13:56 +03:00
nazeh
9bef331da0 chore(pubky): slight size optimization for wasm bundle size 2024-07-29 09:22:59 +03:00
nazeh
3cc81a5d0e test(pubky): add headless testing instead of examples 2024-07-28 20:10:03 +03:00
nazeh
3cfd876808 refactor(pubky): remove unused flume 2024-07-28 18:45:24 +03:00
nazeh
d35c586a12 feat(pubky): start testing js package against local homeserver 2024-07-28 18:38:21 +03:00
nazeh
ba50429b7a feat(pubky): use reqwest and async instead of ureq 2024-07-27 18:31:34 +03:00
nazeh
c466ca5546 refactor(pubky): share helper functions between rust and wasm 2024-07-27 10:13:42 +03:00
nazeh
42156b10f5 feat(js): signup 2024-07-26 20:10:50 +03:00
nazeh
b03602045f feat(js): successful _initial_ test of wasm in nodejs and browser 2024-07-25 14:05:42 +03:00
nazeh
ae4a34c511 feat(pubky): add wasm mod 2024-07-24 22:26:32 +03:00
nazeh
8cf18a3c0c feat(pubky): add get() 2024-07-23 19:04:02 +03:00
nazeh
2c38e8e071 feat(pubky): return Session struct 2024-07-21 10:23:11 +03:00
nazeh
6aa64aeb92 fix(homeserver): return session from /:pubky/sesison 2024-07-20 18:13:23 +03:00
nazeh
e33638c6f9 feat(pubky): send AuthnSignature to homeserver to signup 2024-07-17 12:14:43 +03:00
nazeh
c41e14233b feat(pubky): publish and resolve homeserver endpoint 2024-07-16 12:52:03 +03:00