Project

General

Profile

BUG #4105

Updated by Nazmul Hossain Shovon 3 months ago

**Issue Description**   
 After successfully signing in to the website, using the **browser Back button** allows the user to navigate back to the **Sign In page**. This behavior should not occur, as authenticated users should not be able to return to the Sign In page via browser navigation. 

 **Module / Page**   
 Sign In Page / Post-Login Navigation 

 **Module Section**   
 Authentication Flow 

 **Screen Size**   
 All Devices 

 --- 

 #### Steps to Reproduce 
 1. Sign in with valid credentials. 
 2. After logging in successfully, click the **browser Back button**. 

 **Expected Result**   
 After successful login, clicking the browser's Back button should not display the Sign In page in its pre-login state. 

 **Actual Result**   
 The user is able to navigate back to the **Sign In page** using the browser Back button. 

 **Attachments**   
 [PoC](https://drive.google.com/file/d/1OPd4oR0AdHn5TqrBNDvewTIyX3y51_B6/view) 

 **Types of Issue**   
 Functional Issue 

 --- 

 **Root Cause:**   
 lack of auth check 
   

 **Impacted Area:**   
 auth pages

Back