@octokit/oauth-methods
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -12,3 +12,3 @@ 'use strict'; | ||
const VERSION = "1.2.5"; | ||
const VERSION = "1.2.6"; | ||
@@ -153,4 +153,3 @@ function ownKeys(object, enumerableOnly) { | ||
code: options.code, | ||
redirect_uri: options.redirectUrl, | ||
state: options.state | ||
redirect_uri: options.redirectUrl | ||
}); | ||
@@ -157,0 +156,0 @@ const authentication = { |
@@ -12,3 +12,2 @@ import { request as defaultRequest } from "@octokit/request"; | ||
redirect_uri: options.redirectUrl, | ||
state: options.state, | ||
}); | ||
@@ -15,0 +14,0 @@ const authentication = { |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "1.2.5"; | ||
export const VERSION = "1.2.6"; |
@@ -9,3 +9,2 @@ import { OctokitResponse, RequestInterface } from "@octokit/types"; | ||
redirectUrl?: string; | ||
state?: string; | ||
request?: RequestInterface; | ||
@@ -19,3 +18,2 @@ }; | ||
redirectUrl?: string; | ||
state?: string; | ||
request?: RequestInterface; | ||
@@ -22,0 +20,0 @@ }; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "1.2.5"; | ||
export declare const VERSION = "1.2.6"; |
{ | ||
"name": "@octokit/oauth-methods", | ||
"description": "Set of stateless request methods to create, check, reset, refresh, and delete user access tokens for OAuth and GitHub Apps", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -464,13 +464,2 @@ # oauth-methods.js | ||
<th> | ||
<code>state</code> | ||
</th> | ||
<th> | ||
<code>string</code> | ||
</th> | ||
<td> | ||
The <code>state</code> option you passed to <a href="#getwebflowauthorizationurl"><code>getWebFlowAuthorizationUrl()</code></a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<th> | ||
<code>request</code> | ||
@@ -477,0 +466,0 @@ </th> |
Sorry, the diff of this file is not supported yet
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
102785
936
1608