TOTP example application in rust's rocket
To start the application you need docker and docker-compose.
Then just clone this repo / download docker-compose.yml
Afterwards run the following:
docker-compose up -d
The application should now be available at http://localhost:8007.
- rocket (rocket.rs - Webframework )
- rocket_auth (+ some fixes by me)
- google_authenticator (library for totp)