rust-api topic

List rust-api repositories

weather-station

46
Stars
6
Forks
Watchers

Everything you need to run and monitor your own open source weather station. ⛅

google-github-oauth2-rust

30
Stars
6
Forks
Watchers

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

25
Stars
5
Forks
Watchers

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

19
Stars
6
Forks
Watchers

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

151
Stars
40
Forks
Watchers

OpenAI's ChatGPT API wrapper for Rust 🦀

totp-rust

26
Stars
4
Forks
Watchers

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...