Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 275 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 275 Bytes

Authentication Server using Rocket(Rust)

Features

  1. Password Hashing
  2. Sessions
  3. Verification and Validation
  4. Connected to MongoDb
  5. Api's for User Login/Registration

Tests

Note: Run the tests using a single thread

cargo test -- --test-threads=1