mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[PR #204] [CLOSED] Authentication process entirely completed #594
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#594
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AJaySi/ALwrity/pull/204
Author: @Om-Singh1808
Created: 8/15/2025
Status: ❌ Closed
Base:
main← Head:phase3-multi-auth-complete📝 Commits (4)
72f9e54Landing page UI + Clerk auth (Facebook/Google), routing and TS config updates821faacDelete backend/.envfe9d7bafeat: Complete Phase 3 - Multi-provider authentication with improved UI layouteb264c1fix: Resolve merge conflict by removing .env file📊 Changes
24 files changed (+2634 additions, -52 deletions)
View changed files
➕
.gitignore(+5 -0)➕
CLERK_OAUTH_SETUP_GUIDE.md(+201 -0)➕
LANDING_PAGE_IMPLEMENTATION_GUIDE.md(+244 -0)➕
LANDING_PAGE_UI_SUMMARY.md(+144 -0)➕
SIMPLE_LANDING_PAGE_SUMMARY.md(+141 -0)📝
backend/.onboarding_progress.json(+32 -17)➕
frontend/env.example(+18 -0)📝
frontend/package-lock.json(+115 -8)📝
frontend/package.json(+2 -0)➕
frontend/setup-landing-page.sh(+52 -0)➕
frontend/setup-oauth-env.ps1(+53 -0)➕
frontend/setup-oauth-env.sh(+53 -0)📝
frontend/src/App.tsx(+59 -23)➕
frontend/src/components/auth/AuthProvider.tsx(+59 -0)➕
frontend/src/components/auth/EnhancedAuthGuard.tsx(+140 -0)➕
frontend/src/components/auth/MultiProviderSignIn.tsx(+324 -0)➕
frontend/src/components/auth/SignInPage.tsx(+38 -0)➕
frontend/src/components/auth/SignUpPage.tsx(+38 -0)➕
frontend/src/components/auth/UserProfile.tsx(+325 -0)➕
frontend/src/hooks/useAuthState.ts(+130 -0)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.