Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 254 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 254 Bytes

rust-user-api

User:

  • Registration
  • Login
  • Authorization

Uses actix-web, mongodb, jsonwebtoken. Built as RESTful API.

To use: Simply run it with cargo run --release

Create user endpoint: /user/create User login endpoint: /user/auth