Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simple-oauth2

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-oauth2 - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

2

lib/authorization-code-grant-type.js

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc