• Joined on 2026-09-27
A JWT-secured REST API in Rust: warp filters, Postgres through sqlx, argon2 passwords and role-based routes (User / Admin) — users, articles and comments, laid out as routes → handlers → service per module.
Updated 2026-09-27 21:27:32 +02:00
The JWT-secured REST API from rust-crud-sql-api, on MongoDB: warp filters, the official mongodb driver, argon2 passwords and role-based routes (User / Admin) — users, articles and comments, laid out as routes → handlers → service per module.
Updated 2026-09-27 21:27:29 +02:00
A JWT-secured REST API in Rust with actix-web 4 and MongoDB: bcrypt passwords, access + refresh tokens read from an HttpOnly cookie or an Authorization: Bearer header, a CurrentUser extractor, and role checks (User / Admin) on protected routes.
Updated 2026-09-27 21:27:27 +02:00
A minimalist blog engine API in Rust: axum + tokio, Postgres via sqlx (runtime queries, no macros, no ORM), argon2 password hashing and HS256 JWTs. Five small source files you can read in one sitting.
Updated 2026-09-27 21:26:28 +02:00
The blog engine API in Rust on MongoDB: axum + tokio, the official mongodb driver, argon2 password hashing and HS256 JWTs. Same API as the Postgres flavor — documents instead of rows, indexes instead of a schema.
Updated 2026-09-27 21:26:25 +02:00