davidkirwan / ardtweeno

Ardtweeno is an application gateway which bridges devices connected via Serial Link and an Internet Protocol network. The system is designed as a PaaS (platform as a service) for the Raspberry Pi ARM platform.
GNU General Public License v3.0
5 stars 0 forks source link

Refactor authentication surrounding the Zone API keys #35

Closed davidkirwan closed 10 years ago

davidkirwan commented 10 years ago

Currently the Zone API keys pretty much offer similar access to the gateway as the Admin key, I'd like to refactor this to allow only retrieval of data specific to a Zone with an individual Zone API key.

I'd also like to prevent Zone API keys from calling Admin specific API calls.

davidkirwan commented 10 years ago

Fixed on dev