simple-oauth2
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -44,3 +44,3 @@ 'use strict'; | ||
* Requests and returns an access token from the authorization server | ||
* | ||
* @param {Object} params | ||
* @param {String} params.code Authorization code (from previous step) | ||
@@ -47,0 +47,0 @@ * @param {String} params.redirectURI String representing the registered application URI where the user is redirected after authentication |
{ | ||
"name": "simple-oauth2", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"support": true, | ||
@@ -49,3 +49,3 @@ "description": "Node.js client for OAuth2", | ||
"dependencies": { | ||
"@hapi/hoek": "^10.0.1", | ||
"@hapi/hoek": "^11.0.4", | ||
"@hapi/wreck": "^18.0.0", | ||
@@ -52,0 +52,0 @@ "debug": "^4.3.4", |
@@ -5,3 +5,2 @@ # Simple OAuth2 | ||
[![Build Status](https://github.com/lelylan/simple-oauth2/workflows/Node.js%20CI/badge.svg)](https://github.com/lelylan/simple-oauth2/actions) | ||
[![Dependency Status](https://img.shields.io/david/lelylan/simple-oauth2.svg?style=flat-square)](https://david-dm.org/lelylan/simple-oauth2) | ||
@@ -85,3 +84,5 @@ [Simple OAuth2](#simple-oauth2) is a Node.js client library for the [OAuth 2.0](http://oauth.net/2/) authorization framework. [OAuth 2.0](http://oauth.net/2/) is the industry-standard protocol for authorization, enabling third-party applications to obtain limited access to an HTTP service, either on behalf of a resource owner or by allowing the third-party application to obtain access on its own behalf. | ||
scope: '<scope>', | ||
state: '<state>' | ||
state: '<state>', | ||
customParam: 'foo', // non-standard oauth params may be passed as well | ||
}); | ||
@@ -88,0 +89,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
328
32577
14
+ Added@hapi/hoek@11.0.7(transitive)
- Removed@hapi/hoek@10.0.1(transitive)
Updated@hapi/hoek@^11.0.4