Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.