Nagarro Interview Question

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

Interview Answer

Anonymous

Mar 24, 2019

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