Commit Graph

11 Commits

Author SHA1 Message Date
pradeepkumar
c7f1b89203 feat: Centralize authentication redirects to middleware, remove client-side redirect logic, and refine logout process. 2026-03-10 09:28:19 +05:30
pradeepkumar
b49b07fdd6 fix: robust logout session clearing with cookie cleanup and isLoggingOut guard
- Clear next-auth session cookies directly as backup in logout page
- Add isLoggingOut localStorage flag to prevent TokenSync/PresenceProvider from restoring tokens
- Clear isLoggingOut flag on login page load as safety net
- Add createdAt to AgentSubscription interface (fixes build error)
- Add /education to public routes in middleware
2026-03-08 12:06:07 +05:30
pradeepkumar
3d2171e0bb feat: Introduce a dedicated logout page for consistent token and session invalidation across the application. 2026-02-18 00:50:38 +05:30
pradeepkumar
b41bd8a3eb feat: Implement authentication checks for profile actions and user layout, and add presigned URL fetching for file viewing. 2026-01-29 00:02:59 +05:30
pradeepkumar
c175b2b871 refactor: separate authentication routes from public routes and adjust middleware redirection logic. 2026-01-20 12:39:42 +05:30
pradeepkumar
d1b4458e26 refactor: Standardize user dashboard path to /user/dashboard and refine HeroSection helper text styling. 2026-01-20 01:24:43 +05:30
pradeepkumar
5a845e4b5d feat: Redesign the home page hero section with a new background image and enhanced search UI, and standardize user dashboard routing across the application. 2026-01-19 09:46:32 +05:30
pradeepkumar
0c7239d7a8 main layout 2026-01-11 22:09:41 +05:30
pradeepkumar
500c8b6e5d default layuout 2026-01-11 21:30:57 +05:30
pradeepkumar
060643fed8 feat: add email verification page and allow public access via middleware. 2025-12-22 12:50:28 +05:30
pradeepkumar
de32edb7ab feat: Introduce user signup functionality with social login, authentication middleware, and updated login/home pages. 2025-12-22 10:29:33 +05:30