You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built a React & Node.js authentication system with registration, login, and protected profile dashboard. Used JWT for secure token-based authentication, React Context for global state, Axios for API calls, and React Router for route protection and redirection.