tokidator 0.4.0

Token based authentication framework
Documentation
1
2
3
4
5
6
7
8
9
10
pub use error::Error;

pub mod crypto;
mod error;
pub mod message;
pub mod rbac;
pub mod token;

#[cfg(test)]
mod protos;