happy-server/sources
Steve Korshakov 5269de150a feat: add GitHub account disconnect endpoint
Add DELETE /v1/connect/github endpoint to disconnect GitHub accounts by:
- Deleting GitHub user token from database
- Removing account link (githubUserId = null)
- Broadcasting disconnect event to connected clients
- Using database transaction for atomicity

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-26 23:18:05 -07:00
..
app feat: add GitHub account disconnect endpoint 2025-08-26 23:18:05 -07:00
modules feat: resolve public url for avatar 2025-08-26 22:39:28 -07:00
services ref: remove updates 2025-07-26 02:24:05 -07:00
storage fix: fix upload path 2025-08-26 23:03:43 -07:00
utils feat: handle avatar, first name and last name 2025-08-26 22:17:11 -07:00
main.ts wip: add files, fix tweetnacl in esm 2025-08-26 21:46:55 -07:00
types.ts feat: handle avatar, first name and last name 2025-08-26 22:17:11 -07:00