Authentication

From Wiki2

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