Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 529 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 529 Bytes

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...