cli/auth
Mislav Marohnić 1c0f83ffd5 Handle "unauthorized_client" HTTP 400 error when doing Device Flow
The "unauthorized_client" error means that OAuth Device Flow is implemented, but either isn't enabled on this GHES instance, or that it isn't enabled for this particular OAuth app. In these cases we fall back to old OAuth app authorization flow.
2020-08-27 14:10:16 +02:00
..
oauth.go Handle "unauthorized_client" HTTP 400 error when doing Device Flow 2020-08-27 14:10:16 +02:00
oauth_test.go Implement OAuth Device Authorization flow 2020-08-13 19:21:08 +02:00