auth▌
30 indexed skills · max 10 per page
kernel-auth
kernel/skills · Productivity
Setup and manage Kernel managed authentication connections for any website with safety checks and reauthentication support.
supabase-auth
nice-wolf-studio/claude-code-supabase-skills · Productivity
This skill provides authentication and user management operations through the Supabase Auth API. Supports email/password authentication, session management, user metadata, and password recovery.
eve-auth-and-secrets
incept5/eve-skillpacks · Productivity
Use this workflow to log in to Eve and manage secrets for your app.
better-auth
mrgoonie/claudekit-skills · Productivity
Better Auth is comprehensive, framework-agnostic authentication/authorization framework for TypeScript with built-in email/password, social OAuth, and powerful plugin ecosystem for advanced features.
encore-auth
encoredev/skills · Productivity
Encore.ts provides a built-in authentication system for identifying API callers and protecting endpoints.
feishu-cli-auth
riba2534/feishu-cli · Productivity
feishu-cli 通过 OAuth 2.0 Authorization Code Flow 获取 User Access Token,用于搜索等需要用户身份的 API。
better-auth
giuseppe-trisciuoglio/developer-kit · Productivity
Better Auth is a type-safe authentication framework for TypeScript supporting multiple providers, 2FA, SSO, organizations, and passkeys. This skill covers integration patterns for NestJS backend with Drizzle ORM + PostgreSQL and Next.js App Router frontend.
nextjs-supabase-auth
davila7/claude-code-templates · Frontend
$21
azure-auth
jezweb/claude-skills · Cloud
Full-stack Microsoft Entra ID authentication for React SPAs with Cloudflare Workers backend validation. \n \n Authorization Code Flow + PKCE with MSAL.js 5.0.2 on frontend; jose library for JWT validation in Workers (MSAL.js incompatible with Workers runtime) \n Covers 8 documented error scenarios including AADSTS50058 silent sign-in loops, AADSTS700084 refresh token expiry, React Router redirect issues, and Safari/iOS 18 cookie limitations \n Single-tenant and multi-tenant configuration pattern
firebase-auth
jezweb/claude-skills · Productivity
Email/password, OAuth, phone auth, and custom tokens for user authentication and session management. \n \n Supports email/password sign-up and sign-in with password reset, plus OAuth providers (Google, GitHub, Microsoft, Apple) with popup and redirect flows \n Includes client-side auth state management via listeners and React hooks, plus server-side token verification and session cookies for SSR applications \n Provides custom claims and roles, phone authentication with reCAPTCHA, and multi-fact