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: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T07:52:48.000Z (over 4 years ago)
- Last Synced: 2025-12-13T13:04:16.007Z (5 months ago)
- Topics: github, go
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- 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