You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Jeff Douglas edited this page Oct 8, 2013
·
3 revisions
To access restricted routes, an API Key must be passed in the request header for authorization:
Token token="THIS-IS-MY-TOKEN"
API Keys are stored as hashes in redis. If the passed API Key matches the hash key in redis, then the access is authorized to the route. If not a 401 error is returned.