feat: OAuth login (Google, GitHub, GitLab) #28
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
v0.1.0
v0.1.1
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Auth is currently username/password only. Friends who want to use delta need credentials created manually. OAuth would make onboarding frictionless.
Scope
Add OAuth 2.0 login support for:
Design
accountstable linking OAuth provider + provider user ID to a deltausersrowOAUTH_GITHUB_CLIENT_ID, etc.) configured via env vars/api/auth/callback/github,/api/auth/callback/google,/api/auth/callback/gitlabNon-goals