I have a localStorage item called 'loggedInUser' for storing logged in Clients. Now this is how the application works: When the user authenticates into the application, he sees all his clients in a table. Now, when the user clicks on the any of the clients, another authentication is done to authenticate the email of the client the user clicked.
Here is my problem