oauth2orize-device-code
v0.1.0
Published
Extensions to support device flow with OAuth2orize.
Downloads
1,599
Readme
oauth2orize-device-code
OAuth2orize extensions providing support for Device Flow for Browserless and Input Constrained Devices.
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.
Install
$ npm install oauth2orize-device-code
Considerations
Specification
This module is implemented based on OAuth 2.0 Device Flow for Browserless and Input Constrained Devices, 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 of the IETF. 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
Copyright (c) 2016-2017 Jared Hanson <http://jaredhanson.net/>