oauth

Solid

OAuth 2.0/OIDC flows, provider integration, and token handling.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
43
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# OAuth Skill Expert assistance for OAuth 2.0 and OpenID Connect implementation. ## Capabilities - Implement OAuth flows - Integrate providers (Google, GitHub) - Handle PKCE - Manage tokens - Configure OIDC ## OAuth Flow ```typescript // Authorization Code Flow with PKCE const codeVerifier = generateCodeVerifier(); const codeChallenge = await generateCodeChallenge(codeVerifier); const authUrl = new URL('https://provider.com/authorize'); authUrl.searchParams.set('client_id', CLIENT_ID); authUrl.searchParams.set('redirect_uri', REDIRECT_URI); authUrl.searchParams.set('response_type', 'code'); authUrl.searchParams.set('scope', 'openid profile email'); authUrl.searchParams.set('code_challenge', codeChallenge); authUrl.searchParams.set('code_challenge_method', 'S256'); ``` ## Target Processes - oauth-integration - social-login - sso-implementation

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

API & Backend Solid

oauth-implementation

OAuth 2.0 and OpenID Connect authentication with secure flows. Use for third-party integrations, SSO systems, token-based API access, or encountering authorization code flow, PKCE, token refresh, scope management errors.

162 Updated 2 weeks ago
secondsky
AI & Automation Solid

oauth-flow-implementer

Implement OAuth 2.0 and OpenID Connect flows for SDKs

1,160 Updated today
a5c-ai
AI & Automation Featured

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

13,115 Updated today
mukul975
AI & Automation Solid

oauth-callback-handler

Manage oauth callback handler operations. Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category. Use when working with oauth callback handler functionality. Trigger with phrases like "oauth callback handler", "oauth handler", "oauth".

2,274 Updated today
jeremylongshore
AI & Automation Solid

oauth2-flow-helper

Configure with oauth2 flow helper operations. Auto-activating skill for Security Fundamentals. Triggers on: oauth2 flow helper, oauth2 flow helper Part of the Security Fundamentals skill category. Use when working with oauth2 flow helper functionality. Trigger with phrases like "oauth2 flow helper", "oauth2 helper", "oauth2".

2,274 Updated today
jeremylongshore