Back to Skills

authentication

mattnigh
Updated 5 days ago
9 views
22
1
22
View on GitHub
Documentsword

About

This Claude Skill implements secure authentication for web applications including JWT tokens, sessions, OAuth integration, and password hashing. Use it when adding login/logout functionality, token-based authentication, or integrating OAuth providers like Google or GitHub. It provides ready-to-use patterns for generating/validating tokens, managing sessions, and securely handling user credentials.

Quick Install

Claude Code

Recommended
Primary
npx skills add mattnigh/skills_collection -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/mattnigh/skills_collection
Git CloneAlternative
git clone https://github.com/mattnigh/skills_collection.git ~/.claude/skills/authentication

Copy and paste this command in Claude Code to install this skill

GitHub Repository

mattnigh/skills_collection
Path: collection/ProfPowell__project-template__claude__skills__authentication__SKILL.md
0

Related Skills