html5 - Is my application secure? -


first of all, don't have code display in question here, because i'm still designing application structure, have design developed.

i'm building phone application i'm trying make secure possible, know it's not necessary on application size of mine, still, practice.

my app on angular phonegap, server side accessible through https , nodejs mongodb, stateless server, restful api.

once user logged in (using user , password or facebook), session id stored on client side (angular cookies) , required each access server (checking if there user logged in session id).

i heard form tokens implemented - on each form in end send request server (for example, changing user information , hitting save) require form token, random value generated session on building form - onload function calls server generate specific form token.

seems pretty cool, still not sure if good. thinking of it, can call restful method generate form token wants using session id found (by brute forcing or whatever), , call other restful method change user.. also, server should limited accessed application... can't restrict origin because ip changes phone phone... restriction server should have?

i starter @ security web apps , advice, explaining , help! application secure enough?

i spend time on owasp.

the owasp top ten represents broad consensus critical web application security flaws are.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -