kre / Kinetic-Rules-Engine

Source code for KRE
GNU General Public License v2.0
54 stars 8 forks source link

App Registry functions in PCI module #84

Closed windley closed 9 years ago

windley commented 9 years ago

For Adam's work on developer app listings.

To better implement authorized clients (square tags apps) in our devtools website I think it would be worth our time to add a few functions to PCI module.
PCI could have get_authorized(ECI) which would return all authorized clients of a pico. 
As well as get_oauth_registry() which would return all authorized clients, this function could be a security risk. 
After we have that we could make a import ruleset to bootstrap square tag information into our new system.
windley commented 9 years ago

Completed in bd80a9c

Documentation updated for new functionality