Apps
Created by: astex
This adds the initial authentication endpoint for applications. There are two models, Application and a many to many relationship between two applications, Authentication. In order to check that a client application is permitted to view a server application, the server can send a request to /auth/?client_key=XXX&server_key=XXX GET and pass the client key and secret in the authentication headers. If the request 200s and there is an object in the response, then there is an auth model associating the two.