aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/auth (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: centralize auth imports through new client module (#2437)Mohamed Bassem10 days1-0/+11
* 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>