Authentication
From Wiki2
- passport angular auth framewks/auth/timesheet
- authentication-in-single-page-applications-with-angular-js /c/wamp/www/framewks/auth/angular-client-side-auth
Hi Sudhakar,
Quick question: Just seeing if I understand basics
So
curl -v -d "apikey=asdasjsdgfjkjhg" http://127.0.0.1:3000/api/authenticate
authenticates. Then I would think I'd only need send the apikey in every request like this:
curl -d "apikey=asdasjsdgfjkjhg" -G http://127.0.0.1:3000/api/account
What would work?
Tim McKenna