auth

Paddy 2015-01-24 Parent:5bccbed6631b Child:8ecb60d29b0d

131:f474ce964dcf Go to Latest

auth/.hgignore

Implement handlers for retrieving clients. Create a GetClientHandler and ListClientsHandler for retrieving details about a client. Currently, we're not returning the client secret for these clients. We're also not doing any auth. We may want to restrict auth to the owner of the clients, and return secrets only when auth'd, and maybe even only when a special header is included. Alternatively, we could only return the secret when retrieving a single client. Still unsure how I want to handle that.

History
paddy@32 1 cover.out
paddy@99 2 authd/authd