Skip to content

Add Cloud Sync and Social Authentication#47

Open
mdiener21 wants to merge 4 commits intomainfrom
feature/cloud-sync-5298077540771060842
Open

Add Cloud Sync and Social Authentication#47
mdiener21 wants to merge 4 commits intomainfrom
feature/cloud-sync-5298077540771060842

Conversation

@mdiener21
Copy link
Owner

This change adds the ability for users to optionally store and sync their kanban data online.
A new Golang API and PostgreSQL database handle the cloud storage.
Users can login via Google, Apple, or Microsoft accounts.
The frontend has been updated with a "Go Online" button and a sync mechanism to push/pull data between localStorage and the cloud.
Security and performance improvements were made to the backend to ensure data ownership and efficient data retrieval.


PR created automatically by Jules for task 5298077540771060842 started by @mdiener21

- Implemented Golang API with PostgreSQL storage
- Added Social Auth using Goth (Google, Apple, Microsoft)
- Added JWT-based authentication
- Implemented bulk push/pull sync functionality in the frontend
- Added a new Login Modal for choosing auth providers
- Optimized backend performance with bulk queries
- Fixed security vulnerability by adding board ownership checks
- Updated technical specification and README

Co-authored-by: mdiener21 <1528261+mdiener21@users.noreply.github.com>
@google-labs-jules
Copy link

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

google-labs-jules bot and others added 3 commits February 15, 2026 16:24
- Implemented Email/Password registration and login in the Go API
- Added mandatory email verification flow with secure tokens
- Integrated native Go SMTP mailer for verification emails
- Updated PostgreSQL schema with password hashes and verification fields
- Redesigned Login Modal with tabs for Social and Email login
- Updated documentation and technical specification with new auth flows

Co-authored-by: mdiener21 <1528261+mdiener21@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant