Implementation of the RealWorld backend API spec in Rust and Warp
Implementation of the RealWorld backend API spec in Rust and Warp
And an authorization filter
Add validator for forms
Add a uuid to article slugs to prevent collisions
Use slug-rs for article titles
Split routes into smaller functions
Pass a shared reference to jwt_token to each handler instead of cloning
Fix failing postman test case
Switch to pretty_env_logger?
Add json body size limit