Commit Graph
2 Commits
Author SHA1 Message Date
M1ngdaXieandClaude Sonnet 4.6 763575f284 fix: restore original URL after OAuth login redirect
Save the intended destination to sessionStorage before navigating to
the OAuth provider, and read it back in AuthCallback after login.
Also handles 401-triggered redirects so session-expired users are
returned to the page they were on.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-03-09 04:42:19 +00:00
M1ngdaXieandClaude Sonnet 4.6 731bd67334 Add self-hosted deployment configuration
- Add backend entry point (cmd/server/main.go)
- Add prompt=select_account to Google OAuth flow
- Add combined init.sql for self-hosted PostgreSQL
- Update docker-compose to include backend service with memory limits

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-03-09 01:38:15 +00:00