II.
LibrarySkill overview
Reference · livelib-skill:web-development--oauth
oauth overview
OAuth 2.0/OIDC flows, provider integration, and token handling.
Attributes
displayName
oauth
description
OAuth 2.0/OIDC flows, provider integration, and token handling.
libraryPath
library/specializations/web-development/skills/oauth/SKILL.md
specialization
web-development
contentSummary
# 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 c
Outgoing edges
lib_applies_to_domain1
- domain:web-development·DomainWeb Development
lib_belongs_to_specialization1
- specialization:web-development·Specialization
lib_covers_topic1
- topic:oauth-openid-connect·TopicOAuth/OpenID Connect
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:security-engineer·RoleSecurity Engineer
lib_requires_skill_area2
- skill-area:authentication-authorization·SkillArea
- skill-area:oauth-flows·SkillAreaOAuth Flows
Incoming edges
None.