pradeepkumar
772e1024cc
feat: Implement useImageStatus hook and enhance image loading status handling across various components to address cached images and loading timeouts.
2026-03-18 11:54:40 +05:30
pradeepkumar
7d7566f6d3
feat: Introduce Nginx development configuration and enhance authentication state management by refining logout flag handling and session restoration conditions.
2026-03-16 17:19:28 +05:30
pradeepkumar
1e9262edfa
fix: Prevent token race conditions by pre-saving access/refresh tokens to localStorage before NextAuth signIn and refining logout token clearing.
2026-03-16 13:25:32 +05:30
pradeepkumar
a3586021a4
feat: Add user type selection and a sign up link to the login page.
2026-03-11 11:50:03 +05:30
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
68fc535b44
feat: Add Apple social login and user type toggles to authentication pages, alongside various UI and text refinements.
2026-03-07 23:48:49 +05:30
pradeepkumar
5eb0934570
feat: Implement a comprehensive two-factor authentication system including setup, verification, backup codes, and integration into the login flow.
2026-02-06 09:28:58 +05:30
pradeepkumar
c8d414ccd6
auth move
2026-01-11 21:21:34 +05:30