#365 Add support for Out Of Band authentication
Merged by ngompa. Opened by abompard.
abompard/ipsilon oob  into  master

Download 365.patch

When the redirect_uri has a special value for OOB authentication, display a page prompting the user to copy and paste the code back to the application. Use the code as the page's title as well.

This is useful when it's not practical for the client to run an HTTP server and use a localhost redirect uri, such as when it's executing on a remote machine.

References:
- https://github.com/googleapis/google-api-python-client/blob/main/docs/oauth-installed.md#urnietfwgoauth20oob
- https://developers.google.com/identity/protocols/oauth2/native-app#step-2:-send-a-request-to-googles-oauth-2.0-server

This is very cool, thanks @abompard! :thumbsup:

@simo or @puiterwijk, could either of you take a look and review this too?

rebased onto adc7ee4578a20cac4c90ae740f652dc2cc7391e0

Well, nobody has said anything, and this looks good to me, so...

Pull-Request has been merged by ngompa

Metadata