Posts by Miguel Maia • 3 points
2 posts
-
0
votes1
answer452
viewsQ: Store user data after login Angularjs
I am logging in through an AJAX request normally using $http, right after logging in, my webservice returns the ID of the logged-in user, so I make another request to pick up this user. With this…
-
0
votes2
answers398
viewsQ: Alternatives to pass data through Hidden fields
I’m creating a system, where I always need my object id in the BD, and in most of the system I send this id from the VIEW pro controller using the Hidden fields with a POST. Speaking of security,…