Hello team, How can I secure the users cookie? In my application, we are saving the idToken, accessToken cookie in browser. We have enabled HttpOnly, Secure flags to these fields. Still, I came to know that a techie end user can modify these cookie values.Also, in the application logic, we are writ...