unilim-cas 1.0.1

A purrfect CAS authentication wrapper for Unilim.
Documentation
1
2
3
4
5
6
7
8
9
mod oauth2;
mod services;
mod tokens;
mod user;

pub use oauth2::OAuth2;
pub use services::Services;
pub use tokens::Tokens;
pub use user::User;