auth▌
32 indexed skills · max 10 per page
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
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-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