WHAT Our server needs to listen to the creation of service bindings (represented by secrets) from the Mobile App to Mobile Service. 1. On binding of app to our security service, a new row for the app needs to be entered in Postgres. 2. On unbinding of an app to our security service, the app information should not be deleted from the DB, a field should be updated to ensure it is not returned to the admin UI on the /apps call. WHY Bindings should be the creation event for data in Postgres Trello link |