Files
pubky-core/examples
SHAcollision 6386f1ae43 feat: signup tokens (#80)
* Add admin and signup config

* Add signup tokens API, db, admin endpoint

* Add client api for signup codes

* Add tests and fixes

* Fix wasm build

* Lint

* enable and use same admin pswd on all test homeservers

* fix pr review comments

* Add nodejs and browser signup token to tests

* update signup example

* admin authing as layer

* Update pubky-homeserver/src/core/routes/auth.rs

Co-authored-by: Severin Alexander Bühler <8782386+SeverinAlexB@users.noreply.github.com>

* Update pubky-homeserver/src/core/routes/auth.rs

Co-authored-by: Severin Alexander Bühler <8782386+SeverinAlexB@users.noreply.github.com>

* rename getSignupToken util

* add is_used() SignupToken method

---------

Co-authored-by: Severin Alexander Bühler <8782386+SeverinAlexB@users.noreply.github.com>
2025-03-17 15:58:58 -04:00
..
2025-03-17 15:58:58 -04:00
2025-03-17 15:58:58 -04:00

Pubky examples

Minimal examples for different flows and functions you might need to implement using Pubky.

  • request: shows how to make direct HTTP requests to Pubky URLs.
  • authentication: shows how to signup, signin or signout to and from a homeserver.
  • authorization flow: shows how to setup Pubky authz for a 3rd party application and how to implement an authenticator to sign in such app.