dgige / rust-cas-client

CAS client written in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CAS Client in Rust

Allow user connection with CAS server.

Tested with:

Actix example

cargo run --features "actix-framework" --example actix-web-example
# OR
cd examples/actix-web-example && cargo run

Run tests

cargo test --all
# OR
cargo test -p cas-client-core

TODO

  • Move login/logout method to actix module
  • Logout
  • Tests
  • Documentation
  • Refactoring
  • and more...

About

CAS client written in rust


Languages

Language:Rust 100.0%