-
Notifications
You must be signed in to change notification settings - Fork 1
remove accounts system #531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…hentication remove existing authentication
|
Caution Review failedThe pull request is closed. WalkthroughThis PR removes Clerk authentication and related sync/backup integrations across the app. It deletes Clerk env/config, dependencies, UI components, Convex users schema and auth-backed endpoints, and disables sync/backup utilities. Build workflows are adjusted (remove Clerk env, add artifact upload, add push trigger). Privacy page is updated to remove account-related sections. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor User
participant App as App (Identify page)
participant PH as PostHog
Note over App: New flow (no Clerk)
User->>App: Load /identify
App->>App: onMount() with 2s delay
App->>PH: ph.get_distinct_id()
alt distinct_id starts with "user_"
App->>PH: ph.reset()
else
Note over App,PH: No action
end
sequenceDiagram
autonumber
actor User
participant Page as Backups Page
participant Local as Local Storage
Note over Page: Current backups (no auth/Convex)
User->>Page: Open /backups
Page->>Local: List existing local backups
User->>Page: Create/Restore backup
Page->>Local: Read/Write backup data
Note over Page: Cloud backup UI disabled
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Possibly related PRs
Suggested reviewers
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (21)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying edutools-testing with
|
| Latest commit: |
4bb02e1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c56c2227.edutools-testing.pages.dev |
| Branch Preview URL: | https://main.edutools-testing.pages.dev |
Summary by CodeRabbit