codeforamerica / denver-schedules-api

An api for city events & schedules.
MIT License
7 stars 5 forks source link

Add token authentication #61

Closed gregoryjscott closed 10 years ago

gregoryjscott commented 10 years ago

This changes /reminders/email/send to require an API token. The /authenticate endpoint is added to allow clients to receive a token.

Other updates:

Todo

gregoryjscott commented 10 years ago

I updated the description of this PR with a summary of changes. @boonrs this is ready for a code review.

gregoryjscott commented 10 years ago

@boonrs I think this is ready to go. The config and Rake tests need to be environment aware but I'll do a separate PR for that.

boonrs commented 10 years ago

Everything works for me. Added an issue to document rake commands: #66