·authentication
!

authentication

lobbi-docs/claude

Authentication and authorization including JWT, OAuth2, OIDC, sessions, RBAC, and security analysis. Activate for login, auth flows, security audits, threat modeling, access control, and identity management.

6Installs·0Trend·@lobbi-docs

Installation

$npx skills add https://github.com/lobbi-docs/claude --skill authentication

SKILL.md

Provides comprehensive authentication and authorization capabilities for the Golden Armada AI Agent Fleet Platform.

Token Generation \\\`python from jose import jwt from datetime import datetime, timedelta from passlib.context import CryptContext

SECRETKEY = os.environ["JWTSECRET"] ALGORITHM = "HS256" ACCESSTOKENEXPIREMINUTES = 30 REFRESHTOKENEXPIREDAYS = 7

Authentication and authorization including JWT, OAuth2, OIDC, sessions, RBAC, and security analysis. Activate for login, auth flows, security audits, threat modeling, access control, and identity management. Source: lobbi-docs/claude.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/lobbi-docs/claude --skill authentication
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is authentication?

Authentication and authorization including JWT, OAuth2, OIDC, sessions, RBAC, and security analysis. Activate for login, auth flows, security audits, threat modeling, access control, and identity management. Source: lobbi-docs/claude.

How do I install authentication?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/lobbi-docs/claude --skill authentication 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/lobbi-docs/claude

Details

Category
!Security
Source
skills.sh
First Seen
2026-02-01