Feature #4680
closedAdd Logout button functionality., the issue where the token was not expiring properly., Implemented form validations
Subtasks
Related issues
Updated by Subhani Shaik about 1 month ago
- % Done changed from 0 to 100
- Estimated time set to 4:00 h
- Implemented Logout Functionality:
Added a fully functional logout button that securely clears the authentication token and user data from local storage/session storage. This ensures users are properly logged out and redirected to the login page after the session ends.
- Fixed Token Expiration Issue:
Resolved the issue where the JWT token was not expiring correctly after its validity period. Updated both the backend authentication logic and frontend checks to automatically invalidate expired tokens and prompt users to log in again, improving overall session security.
- Added Validations as per Digital Marketer’s Requirements:
Incorporated all form and field-level validations suggested by the digital marketing team. This includes stricter input rules, proper error handling, and UI feedback messages to ensure higher data accuracy, better lead quality, and improved user experience across the forms