aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/signin/SignInProviderButton.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: centralize auth imports through new client module (#2437)Mohamed Bassem13 days1-1/+1
| | | | | | | | | | | | | | | * refactor(web): centralize next-auth client-side utilities Create lib/auth/client.ts to re-export all next-auth/react APIs (useSession, signIn, signOut, SessionProvider) from a single location. This prepares for future auth provider replacement by isolating the next-auth dependency. https://claude.ai/code/session_01RLLL6SquzmegG6wKHdT3Fm * format --------- Co-authored-by: Claude <noreply@anthropic.com>
* feat(ui): Revamp the signin/signup pageMohamed Bassem2025-07-121-0/+1
|
* fix: Drop the need to for the self-call for providers and NEXTAUTH_INTERNAL_URLMohamed Bassem2025-07-071-2/+4
|
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-141-1/+3
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+21