| Crates.io | sessionless |
| lib.rs | sessionless |
| version | 0.1.1 |
| created_at | 2024-04-13 19:18:24.608534+00 |
| updated_at | 2024-04-15 16:05:40.97319+00 |
| description | Implementation of the Sessionless protocol. |
| homepage | |
| repository | https://github.com/planet-nine-app/sessionless |
| max_upload_size | |
| id | 1207780 |
| size | 11,453 |
Rust implementation of the Sessionless protocol.
Sessionless is an authentication protocol that uses the cryptography employed by Bitcoin and Ethereum to authenticate messages sent between a client and a server.
This crate provides a context to simplify the cryptography operations behind the protocol for communication with other Sessionless instances.
uuid - Enables random UUID generation with Sessionless::generate_uuid.All usage examples can be found here.