solid-pod-rs 0.4.0-alpha.4

Rust-native Solid Pod server library — LDP, WAC, WebID, Solid-OIDC, Solid Notifications, NIP-98. Framework-agnostic.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Authentication modules.
//!
//! Phase 1 ships NIP-98 structural verification (tag layout,
//! URL/method/payload match, timestamp tolerance). Schnorr signature
//! verification is the `nip98-schnorr` feature on [`nip98`]. Sprint 11
//! adds [`self_signed`] — the Controlled Identifier verifier abstraction
//! (row 152) used to fan out across did:key, NIP-98, did:nostr, etc.

pub mod nip98;
pub mod self_signed;