Skip to content

dgige/rust-cas-client

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages