score:0

Accepted answer

It is never safe to parse crucial data components in client side environments. What you could do, is handle such logic server side through sessions and access them in the relevant file when needed, without parsing it through any JavaScript or similar.


Related Query

More Query from same tag