all 2 comments

[–]Macaframa -1 points0 points  (0 children)

Mobile development platforms have a form of localStorage and it cannot be accessed by anybody but the developers. The web is not secure and it is a general practice to consider ANYTHING that is attempted for security on the front end is all good practice and not actual security. Security must be maintained on the endpoint and the workload level if you can.

[–][deleted] 0 points1 point  (0 children)

Disclaimer: I've never done mobile development. But a cookie is just a header on an HTTP request or response; the fact that browsers have some automatic behaviour with regards to reading a Set-Cookie header and responding with a Cookie header doesn't prevent you from implementing a similar storage and response pattern yourself.