Allow user connection with CAS server.
Tested with:
cargo run --features "actix-framework" --example actix-web-example
# OR
cd examples/actix-web-example && cargo run
cargo test --all
# OR
cargo test -p cas-client-core
- Move login/logout method to actix module
- Logout
- Tests
- Documentation
- Refactoring
- and more...