auth▌
30 indexed skills · max 10 per page
better-auth
jezweb/claude-skills · Productivity
Self-hosted TypeScript auth for Cloudflare Workers with OAuth, 2FA, passkeys, organizations, and 80+ production-ready endpoints. \n \n Requires Drizzle ORM or Kysely for D1 (no direct adapter); use drizzleAdapter() or new Kysely({ dialect: new D1Dialect() }) with nodejs_compat flag in wrangler.toml \n Provides 80+ auto-generated REST endpoints covering authentication, sessions, 2FA, organizations, admin operations, and social OAuth—zero endpoint code needed \n Includes 15+ plugins: OAuth 2.1 Pro
clerk-auth
sickn33/antigravity-awesome-skills · Productivity
Expert patterns for Clerk authentication, middleware, route protection, and server-side user access in Next.js. \n \n Covers Next.js 14/15 App Router setup with ClerkProvider, pre-built sign-in/sign-up components, and user session management via UserButton \n Middleware-based route protection using clerkMiddleware and createRouteMatcher for centralized auth logic across route groups \n Server Component authentication via auth() and currentUser() functions to access userId, sessionId, orgId, and
auth-web-cloudbase
tencentcloudbase/skills · Cloud
Web frontend authentication with multiple login methods and complete user management for CloudBase. \n \n Supports 8 login methods: phone/email OTP, password, anonymous, OAuth (Google/WeChat), custom ticket, and anonymous account upgrade \n Includes full user management: sign out, profile updates, password changes, identity linking/unlinking, and account deletion \n Built-in auth state listeners and session management with access token retrieval for API calls \n Compatible with @cloudbase/js-sdk
auth-tool-cloudbase
tencentcloudbase/skills · Cloud
Configure and manage CloudBase authentication providers including anonymous, SMS, email, WeChat, Google, and OAuth methods. \n \n Supports 8+ authentication methods: anonymous login, username/password, SMS, email (Tencent Cloud or custom SMTP), WeChat Open Platform, Google OAuth, SAML, CAS, and Dingding \n Query current login strategy via DescribeLoginStrategy , then modify provider settings with ModifyLoginStrategy or ModifyProvider API calls \n Email authentication offers dual configuration: b
auth-wechat-miniprogram
tencentcloudbase/skills · Productivity
WeChat Mini Program authentication with CloudBase using automatic user identity injection in cloud functions. \n \n Automatic authentication: user identity (openid, appid, unionid) is seamlessly injected by WeChat when cloud functions are called, with no explicit login APIs required \n Initialize CloudBase once in Mini Program entry point with wx.cloud.init() , then retrieve verified user context in cloud functions using cloud.getWXContext() \n Three user identifiers available: openid (unique pe
clerk-auth
davila7/claude-code-templates · Productivity
Complete Clerk setup for Next.js 14/15 App Router.
auth-implementation-patterns
wshobson/agents · Productivity
Industry-standard authentication and authorization patterns for building secure, scalable access control systems. \n \n Covers JWT (with refresh token flow), session-based, and OAuth2/social login strategies with production-ready code examples \n Includes role-based access control (RBAC), permission-based authorization, and resource ownership validation patterns \n Provides password hashing with bcrypt, rate limiting, and security best practices including token expiration and secure cookie flags
clerk-auth
jezweb/claude-skills · Productivity
$23
firebase-auth-basics
firebase/agent-skills · Productivity
Set up Firebase Authentication with multiple identity providers and secure data access rules. \n \n Supports email/password, phone number, anonymous, federated providers (Google, Facebook, Twitter, GitHub, Microsoft, Apple), and custom auth integration \n Each authenticated user receives a unique ID and JWT-based tokens (short-lived ID tokens and long-lived refresh tokens) for accessing Firebase services \n Enable providers via CLI for Google Sign In, anonymous, and email/password; use Firebase
convex-setup-auth
get-convex/agent-skills · Productivity
Set up Convex authentication with the right provider, user management, and access control patterns. \n \n Supports multiple auth providers: Convex Auth, Clerk, WorkOS AuthKit, Auth0, and custom JWT, with provider detection from repo signals \n Guides you through choosing a provider, configuring client and backend wiring, environment variables, and convex/auth.config.ts setup \n Covers authentication checks in protected functions, optional app-level user storage, and authorization patterns for ow