pubky 0.10.0-alpha.0

Pubky SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod cookie;
pub mod deep_links;
pub mod grant;
pub mod kind;
pub mod relay;

pub use kind::AuthFlowKind;

#[allow(
    unused_imports,
    reason = "Preserve existing auth module paths after relay split"
)]
pub use relay::{auth_relay_listener, http_relay_inbox_channel, http_relay_link_channel};