·rust-auth
!

rust-auth

huiali/rust-skills

JWT 认证、API Key 认证、分布式 Token 存储、密码安全存储

4Installs·0Trend·@huiali

Installation

$npx skills add https://github.com/huiali/rust-skills --skill rust-auth

SKILL.md

| JWT Token | 前后端分离、API 访问 | 高 | 中 | | API Key | 服务间调用、自动化脚本 | 中 | 低 | | 双因素 | 高安全要求场景 | 极高 | 高 |

| Token 过期 | 时间窗口问题 | 刷新 token | | 并发登录异常 | Redis 连接 | 检查连接池 | | API Key 盗用 | 未配置 IP 白名单 | 启用 IP 限制 | | 密码验证慢 | Argon2 耗时 | 调整工作因子 |

JWT 认证、API Key 认证、分布式 Token 存储、密码安全存储 Source: huiali/rust-skills.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/huiali/rust-skills --skill rust-auth Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/huiali/rust-skills --skill rust-auth
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is rust-auth?

JWT 认证、API Key 认证、分布式 Token 存储、密码安全存储 Source: huiali/rust-skills.

How do I install rust-auth?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/huiali/rust-skills --skill rust-auth Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/huiali/rust-skills