mirror of
https://github.com/aljazceru/pubky-core.git
synced 2025-12-31 12:54:35 +01:00
8 lines
464 B
Markdown
8 lines
464 B
Markdown
# Pubky examples
|
|
|
|
Minimal examples for different flows and functions you might need to implement using Pubky.
|
|
|
|
- [request](./request/README.md): shows how to make direct HTTP requests to Pubky URLs.
|
|
- [authentication](./authn/README.md): shows how to signup, signin or signout to and from a homeserver.
|
|
- [authorization flow](./authz/README.md): shows how to setup Pubky authz for a 3rd party application and how to implement an authenticator to sign in such app.
|