rust-backend-auth

Community

Production-ready auth in Rust backends.

Authorcaioniehues
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Establishes secure authentication using Argon2 password hashing, JWT-based tokens, and middleware that injects authenticated users into request context.

Core Features & Use Cases

  • Password hashing with Argon2id and salted hashes.
  • Token management with JWT creation/validation and token claims validation.
  • Middleware that injects user context into request lifecycles.

Quick Start

Use this pattern to add login/register flows with JWTs and protected routes.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: rust-backend-auth
Download link: https://github.com/caioniehues/dotfiles/archive/main.zip#rust-backend-auth

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository