Hacktoberfesthacktoberfest-accepted
仓库指标
- Star
- (1 star)
- PR 合并指标
- (PR 指标待抓取)
描述
Objective
Allow login via Google and GitHub OAuth.
Google OAuth Flow
GET /api/oauth/google→ initiate OAuthGET /api/oauth/google/callback→ handle callback and JWT issuance
GitHub OAuth Flow
GET /api/oauth/github→ initiate OAuthGET /api/oauth/github/callback→ handle callback and JWT issuance
OAuth User Linking
- Link OAuth accounts to existing users if email exists.
- Auto-create new user if no account exists.