oauth2-noserver icon indicating copy to clipboard operation
oauth2-noserver copied to clipboard

Simplifying the oauth2 auth flow for desktop / cli apps that have no server side.

Results 6 oauth2-noserver issues
Sort by recently updated
recently updated
newest added

I have [this gist](https://gist.github.com/guumaster/2c7f48ac3567ae6c456f4020c857c375) that shows how to use this package and also handles token read/write/refresh. Would you be interested in having an example folder with all this included? I...

Could you refactor your example to use the Authorization Code grant with PKCE (https://tools.ietf.org/html/rfc7636) example in nodejs: https://github.com/dogeared/pkce-cli/blob/master/pkce-cli Thx!

This commit is solely moving the LICENSE file from the documentation directory to the root of the repository so as to allow downstream consumers to more easily comply with the...

Placing the `LICENSE` file in `/.docs` rather than in the root of the project fails to properly distribute the license with the code which results in a violation of the...

(Moving from https://github.com/rfgamaral/docker-gphotos-uploader/issues/9.) Rather than having the URL redirect to a failed localhost page and having to paste in the entire broken URL, you should use `access_type=offline` to get a...

Don't wait for the web browser to terminate, otherwise it tries to contact a server running under the process which is waiting for the browser to exit.