rust-api topic
weather-station
Everything you need to run and monitor your own open source weather station. ⛅
google-github-oauth2-rust
This article will teach you how to integrate Google OAuth2 into your Rust application, all without relying on third-party OAuth crates such as https://crates.io/crates/oauth2.
rust-jwt-hs256
In this article, we will delve into the implementation of JWT authentication in Rust, covering all crucial steps from generating and verifying JWT tokens with the HS256 algorithm, to registering users...
simple-api-actix-web
In this comprehensive guide, you'll build a simple CRUD API in Rust using the Actix Web framework and an in-memory database.
chatgpt_rs
OpenAI's ChatGPT API wrapper for Rust 🦀
totp-rust
In this comprehensive guide, you'll learn how to implement two-factor authentication (2FA) in a Rust application using OTP tokens generated by an Authenticator app like Authy, Google Authenticator, or...