remo-auth is a Rust-based WebSocket service for authentication and signalling. It leverages the power of Axum to provide a robust and efficient solution for managing user authentication and real-time communication.
To start using remo-auth, follow these simple steps:
- Install Rust and Cargo on your system.
- Clone this repository and navigate to it in your terminal or command prompt.
To start the Remo-auth service, run the following command:
cargo run
This will start the service, making it ready for use.
To run the test suite:
cargo test
For test coverage:
cargo install cargo-tarpaulin
cargo tarpaulin