I understand that I can create my own security context with Appery (http://docs.appery.io/documentation/g...) . However I am a little confuse whether the security context is server side or client side. If it is client side then I think it is not very secure as it can be tempered with. I hope that it is serve side.
The reason why I think it is client side is because in the example it shows the following code:
".....localStorage.acces_token;"
I could be wrong but does this mean that the security context is client side? Otherwise how would this JS ever work?
Please confirm.
Alon