This project implements a basic Time Based Authentication system implemented in Rust which can be deployed on aws-lambda or can be operated on native system as well
to start the server
~$ cargo run
to test the code
~$ cargo test
~$ curl -X GET http://localhost:3000/register -v
response produced contains a QR code which you can scan in your 2FA app to verify