Posts by Maurílio Novais • 61 points
2 posts
-
0
votes1
answer182
viewsQ: Upload image without extension in webapp
I have a webapp made in Angularjs and Ionic. At a given moment I load images of a webservice, however these images have no extension, being something like,…
-
6
votes2
answers4341
viewsQ: What is the best way to log in with Angularjs
In an app using Angularjs and Ionic, what’s the best way to authenticate in an API? I log in to all screens or use some session mechanism? I imagine that authenticating all controllers may consume…