auth-patterns

Installation
SKILL.md

Authentication Patterns

Overview

Never store plain passwords. Use proven auth patterns. Security is not optional.

Authentication is the front door to your system. Get it wrong and everything else is compromised.

When to Use

  • Implementing login/registration
  • Storing user credentials
  • Verifying user identity
  • Working with sessions or tokens

The Iron Rule

Installs
28
GitHub Stars
12
First Seen
Jan 22, 2026
auth-patterns — yanko-belov/code-craft