authentication▌
26 indexed skills · max 10 per page
implementing-identity-verification-for-zero-trust
mukul975/Anthropic-Cybersecurity-Skills · implementing-identity-verification-for-zero-trust
Implement continuous identity verification for zero trust using phishing-resistant MFA (FIDO2/WebAuthn), risk-based conditional access, and identity governance aligned with the CISA Zero Trust Maturity Model.
implementing-jwt-signing-and-verification
mukul975/Anthropic-Cybersecurity-Skills · implementing-jwt-signing-and-verification
JSON Web Tokens (JWT) defined in RFC 7519 are compact, URL-safe tokens used for authentication and authorization in web applications. This skill covers implementing secure JWT signing with HMAC-SHA256
implementing-digital-signatures-with-ed25519
mukul975/Anthropic-Cybersecurity-Skills · implementing-digital-signatures-with-ed25519
Ed25519 is a high-performance digital signature algorithm using the Edwards curve Curve25519. It provides 128-bit security with 64-byte signatures and 32-byte keys, offering significant advantages ove
configuring-oauth2-authorization-flow
mukul975/Anthropic-Cybersecurity-Skills · configuring-oauth2-authorization-flow
Configure secure OAuth 2.0 authorization flows including Authorization Code with PKCE, Client Credentials, and Device Authorization Grant. This skill covers flow selection, PKCE implementation, token
implementing-google-workspace-sso-configuration
mukul975/Anthropic-Cybersecurity-Skills · implementing-google-workspace-sso-configuration
Configure SAML 2.0 single sign-on for Google Workspace with a third-party identity provider, enabling centralized authentication and enforcing organization-wide access policies.
security-and-hardening
OWNER/REPO · security
Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations.
auth0-authentication
mindrally/skills · Productivity
You are an expert in Auth0 authentication implementation. Follow these guidelines when working with Auth0 in any project.
broken-authentication-testing
sickn33/antigravity-awesome-skills · Testing
Identify and exploit authentication and session management vulnerabilities in web applications. Broken authentication consistently ranks in the OWASP Top 10 and can lead to account takeover, identity theft, and unauthorized access to sensitive systems. This skill covers testing methodologies for password policies, session handling, multi-factor authentication, and credential management.
api-authentication
aj-geddes/useful-ai-prompts · Backend
Implement comprehensive authentication strategies for APIs including JWT tokens, OAuth 2.0, API keys, and session management with proper security practices.
nextjs-authentication
giuseppe-trisciuoglio/developer-kit · Frontend
Provides authentication implementation patterns for Next.js 15+ App Router using Auth.js 5 (NextAuth.js), covering the complete authentication lifecycle from initial setup to production-ready role-based access control implementations.