Nagarro interview question

Is it safe to store authentication token on the client side?

Interview Answer

Anonymous

24 Mar 2019

Yes because it can be checked for tampering on the backend (For example, JWT + brcypt)