Conversation
…hentication remove existing authentication
Contributor
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by CodeRabbit