Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/int128/oauth2dev
Go package of OAuth 2.0 Device Authorization Grant (RFC 8628), compatible with golang.org/x/oauth2
https://github.com/int128/oauth2dev
golang oauth2
Last synced: 4 days ago
JSON representation
Go package of OAuth 2.0 Device Authorization Grant (RFC 8628), compatible with golang.org/x/oauth2
- Host: GitHub
- URL: https://github.com/int128/oauth2dev
- Owner: int128
- License: apache-2.0
- Created: 2022-12-03T11:49:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T23:05:51.000Z (about 2 months ago)
- Last Synced: 2024-10-24T11:50:27.516Z (13 days ago)
- Topics: golang, oauth2
- Language: Go
- Homepage: https://pkg.go.dev/github.com/int128/oauth2dev
- Size: 102 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oauth2dev [![go](https://github.com/int128/oauth2dev/actions/workflows/go.yaml/badge.svg)](https://github.com/int128/oauth2dev/actions/workflows/go.yaml)
This package is an implementation of [OAuth 2.0 Device Authorization Grant](https://www.oauth.com/oauth2-servers/device-flow/),
described in [RFC 8628](https://www.rfc-editor.org/rfc/rfc8628).
It is compatible with `golang.org/x/oauth2` package.