bithckr / Jaribio

Test Case Management
7 stars 1 forks source link

Add API authentication #57

Closed bjones closed 12 years ago

bjones commented 12 years ago

Configure Devise token_authenticatable and a few other bits to enable API behavior.

bithckr commented 12 years ago

Brian, I started looking into this last night. As we discuss. I plan on surfacing the ability for users to see the api_token.

bithckr commented 12 years ago

Brian, take a look at the latest changes. I am going to add a couple tests, but it seems everything is working as expected.

bjones commented 12 years ago

This is working, the settings page has the wrong wording because we call it 'api_key' and not 'auth_token'. Finish the tests, fix the wording and close this.