heroku / identity

[DEPRECATED] Login and OAuth management service for Heroku
https://id.heroku.com/
MIT License
246 stars 20 forks source link

Make sure the client id is not a blank string #197

Closed dmcinnes closed 8 years ago

dmcinnes commented 8 years ago

Otherwise it becomes a different request to API, GET /oauth/clients/ which returns a list of clients to Identity.

Ready for review @heroku/api

mikehale commented 8 years ago

:+1:

dmcinnes commented 8 years ago

@mikehale Thanks!