https://github.com/jaredhanson/oauth2orize-device-code
Extensions to support device flow with OAuth2orize.
https://github.com/jaredhanson/oauth2orize-device-code
Last synced: 7 months ago
JSON representation
Extensions to support device flow with OAuth2orize.
- Host: GitHub
- URL: https://github.com/jaredhanson/oauth2orize-device-code
- Owner: jaredhanson
- License: mit
- Created: 2016-09-19T19:27:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-25T19:49:57.000Z (over 6 years ago)
- Last Synced: 2025-05-13T01:46:15.840Z (8 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 5
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# oauth2orize-device-code
[OAuth2orize](https://github.com/jaredhanson/oauth2orize) extensions providing
support for [Device Flow for Browserless and Input Constrained Devices](https://tools.ietf.org/html/draft-ietf-oauth-device-flow-07).
This flow allows devices which lack an easy input method (such as a smart TV,
media console, picture frame, or printer) to request user authorization.
Authorization will be performed on a secondary device, such as a desktop
computer or smartphone, where a suitable input method and browser are available.
Status:
[](https://www.npmjs.com/package/oauth2orize-device-code)
[](https://travis-ci.org/jaredhanson/oauth2orize-device-code)
[](https://codeclimate.com/github/jaredhanson/oauth2orize-device-code)
[](https://coveralls.io/r/jaredhanson/oauth2orize-device-code)
[](https://david-dm.org/jaredhanson/oauth2orize-device-code)
## Install
```bash
$ npm install oauth2orize-device-code
```
## Considerations
#### Specification
This module is implemented based on [OAuth 2.0 Device Flow for Browserless and Input Constrained Devices](https://tools.ietf.org/html/draft-ietf-oauth-device-flow-07),
draft version 07. As a draft, the specification remains a work-in-progress and
is *not* final. The specification is under discussion within the [OAuth Working Group](https://datatracker.ietf.org/wg/oauth/about/)
of the [IETF](https://www.ietf.org/). Implementers are encouraged to track the
progress of this specification and update implementations as necessary.
Furthermore, the implications of relying on non-final specifications should be
understood prior to deployment.
## License
[The MIT License](http://opensource.org/licenses/MIT)
Copyright (c) 2016-2018 Jared Hanson <[http://jaredhanson.net/](http://jaredhanson.net/)>