oauth2orize-audience
v0.1.1
Published
Extensions to support audience indicators with OAuth2orize.
Downloads
80
Readme
oauth2orize-audience
OAuth2orize extension providing support for audience indicators.
Install
$ npm install oauth2orize-audience
Usage
Parse Request Extensions
In order to parse the additional parameters used to indicate an audience,
register support for this extension with a Server
instance:
server.grant(require('oauth2orize-audience').extensions());
License
Copyright (c) 2016-2017 Jared Hanson <http://jaredhanson.net/>