Registry / auth / polyplets

polyplets

JSON →
library0.7.0rscratesunverified

Security primitives to verify origin of service calls in Fluence network

# Cargo.toml [dependencies] polyplets = "0.7.0"
INSTALL
IMPORT
SIG · POLYPLETS
P
polyplets
authrustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SecurityToken
use polyplets::SecurityToken;

Creates a new security token for verifying service call origins.

use polyplets::SecurityToken; fn main() { let token = SecurityToken::new(); println!("Token: {:?}", token); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Resources
polyplets — cargo add polyplets · libregistry