Posts by Artur Serpa • 41 points
2 posts
-
2
votes1
answer207
viewsQ: Problems with JWT token
I am using a system that, using JWT tokens pass for authentication, the problem is that I can easily collect the headers of the API calls and grab my token to be able to order whatever you want and…
-
2
votes0
answers143
viewsQ: Angularjs data pass to Modal
My problem is loading information into a modal. Controller Pai: App.controller('adminSolicitacoesCtrl', function($scope, $location, $auth, solicitacaoAdminService, EmpresaService, $filter,…