https://github.com/lusingander/go-github-oauth-device-flow-example
Example of GitHub's OAuth Device Flow with Go
https://github.com/lusingander/go-github-oauth-device-flow-example
github go
Last synced: 11 months ago
JSON representation
Example of GitHub's OAuth Device Flow with Go
- Host: GitHub
- URL: https://github.com/lusingander/go-github-oauth-device-flow-example
- Owner: lusingander
- License: cc0-1.0
- Created: 2022-01-11T11:55:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T07:52:48.000Z (about 4 years ago)
- Last Synced: 2025-01-16T16:23:54.538Z (about 1 year ago)
- Topics: github, go
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-github-oauth-device-flow-example
Example of [GitHub's OAuth Device Flow](https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps#device-flow) with Go