[PR #204] [CLOSED] Authentication process entirely completed #594

Closed
opened 2026-03-13 20:58:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AJaySi/ALwrity/pull/204
Author: @Om-Singh1808
Created: 8/15/2025
Status: Closed

Base: mainHead: phase3-multi-auth-complete


📝 Commits (4)

  • 72f9e54 Landing page UI + Clerk auth (Facebook/Google), routing and TS config updates
  • 821faac Delete backend/.env
  • fe9d7ba feat: Complete Phase 3 - Multi-provider authentication with improved UI layout
  • eb264c1 fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/AJaySi/ALwrity/pull/204 **Author:** [@Om-Singh1808](https://github.com/Om-Singh1808) **Created:** 8/15/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `phase3-multi-auth-complete` --- ### 📝 Commits (4) - [`72f9e54`](https://github.com/AJaySi/ALwrity/commit/72f9e54479e121c389299759909c8b882788341d) Landing page UI + Clerk auth (Facebook/Google), routing and TS config updates - [`821faac`](https://github.com/AJaySi/ALwrity/commit/821faacb07132830085c23415865d93a1dcc527b) Delete backend/.env - [`fe9d7ba`](https://github.com/AJaySi/ALwrity/commit/fe9d7bab1820eaada7494fb134389c34d03b6191) feat: Complete Phase 3 - Multi-provider authentication with improved UI layout - [`eb264c1`](https://github.com/AJaySi/ALwrity/commit/eb264c19129535e139321d1ce8200d84c45d9421) fix: Resolve merge conflict by removing .env file ### 📊 Changes **24 files changed** (+2634 additions, -52 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 20:58:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ALwrity#594
No description provided.