Rocket is a REST API framework in Rust. I am writing this blog while learning authentication in Rust.
In this blog post, we’ll focus only on the authentication layer — specifically, user registration, login, password hashing with Argon2, and JWT toke...