shardline-server-core 1.0.0

Shared core types for the Shardline server ecosystem.
Documentation
1
2
3
4
5
6
7
//! Built-in authentication provider implementations.

pub mod local_ed25519;
pub mod passthrough;

pub use local_ed25519::LocalEd25519Provider;
pub use passthrough::PassthroughProvider;