Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

In this article, we will explore the process of building a REST API in Rust with features like user registration, email verification, login, and logout capabilities. Our API will be powered by the high-performance Axum framework and will utilize the SQLx toolkit to store data in a SQLite database.

Notifications You must be signed in to change notification settings

wpcodevo/rust-user-signup-forgot-password-email

Open more actions menu

Repository files navigation

1. Rust API - User Registration and Email Verification

In this article, we will explore the process of building a REST API in Rust with features like user registration, email verification, login, and logout capabilities. Our API will be powered by the high-performance Axum framework and will utilize the SQLx toolkit to store data in a SQLite database. It's worth noting that while we use SQLite in this tutorial, you can easily adapt the code to work with other databases supported by SQLx.

Rust API - User Registration and Email Verification

Topics Covered

  • Running the Rust API on Your Machine
  • Running the Rust API with a Frontend Application
  • Setting up the Rust Project
  • Creating the HTML Email Templates
    • Creating the Base Layout
    • Creating the CSS Styles
    • Creating the Email Verification Template
  • Handling Database Migrations
    • Starting with the Initial Migrations
    • Adding More Fields
  • Creating the Database and Request Models
  • Utility Functions for Sending the Emails
    • Getting Your SMTP Provider Credentials
    • Loading the Environment Variables
    • Creating a Struct with Methods for Sending the Emails
  • Creating the API Response Models
  • Creating the JWT Middleware Guard
  • Creating the API Endpoint Handlers
    • Health Checker Handler
    • Register User with Email Verification Handler
    • Login User Handler
    • Verify Email Verification Token Handler
    • Logout User Handler
    • Retrieve Authentication User Credentials Handler
    • The Complete Code of the API Endpoint Handlers
  • Creating the API Endpoints
  • Registering the API Router
  • Conclusion

Read the entire article here: https://codevoweb.com/rust-api-user-registration-and-email-verification/

2. Rust API - Forgot/Reset Password with Emails

In this guide, you will learn how to add a forgot/reset password feature to a Rust API. The API is built on top of the high-performance Axum framework and utilizes the SQLx crate for seamless integration with a database.

Rust API - Forgot/Reset Password with Emails

Topics Covered

  • Running the Rust API Project Locally
  • Running the Rust API with a Frontend App
  • Setting up the Rust Project
  • Generating the Password Reset HTML Email Template
  • Sending the Emails via SMTP
  • Performing Database Migrations
  • Adding More Fields to the Database Model
  • Creating the API Endpoint Handlers
    • Creating the Forgot Password Handler
    • Creating the Reset Password Handler
    • The Complete Code of the Route Handlers
  • Registering the Forgot/Reset Password Routes
  • Registering the Axum Router and Configuring the Server
  • Conclusion

Read the entire article here: https://codevoweb.com/rust-api-forgot-reset-password-with-emails/

About

In this article, we will explore the process of building a REST API in Rust with features like user registration, email verification, login, and logout capabilities. Our API will be powered by the high-performance Axum framework and will utilize the SQLx toolkit to store data in a SQLite database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.