@workos-inc/authkit-js
Advanced tools
Comparing version 0.4.1 to 0.5.0
@@ -48,2 +48,3 @@ interface User { | ||
passwordResetToken?: string; | ||
context?: string; | ||
} | ||
@@ -50,0 +51,0 @@ declare function createClient(clientId: string, options?: CreateClientOptions): Promise<{ |
@@ -158,2 +158,3 @@ "use strict"; | ||
connectionId, | ||
context, | ||
domainHint, | ||
@@ -183,2 +184,3 @@ loginHint, | ||
connection_id: connectionId, | ||
context, | ||
organization_id: organizationId, | ||
@@ -669,2 +671,3 @@ domain_hint: domainHint, | ||
state, | ||
context, | ||
invitationToken, | ||
@@ -679,2 +682,3 @@ passwordResetToken | ||
screenHint: type, | ||
context, | ||
codeChallenge, | ||
@@ -681,0 +685,0 @@ codeChallengeMethod: "S256", |
{ | ||
"name": "@workos-inc/authkit-js", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "AuthKit SDK", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -25,2 +25,3 @@ import { CreateClientOptions, User } from "./interfaces"; | ||
passwordResetToken?: string; | ||
context?: string; | ||
} | ||
@@ -103,2 +104,3 @@ | ||
state, | ||
context, | ||
invitationToken, | ||
@@ -114,2 +116,3 @@ passwordResetToken, | ||
screenHint: type, | ||
context, | ||
codeChallenge, | ||
@@ -116,0 +119,0 @@ codeChallengeMethod: "S256", |
export interface GetAuthorizationUrlOptions { | ||
clientId: string; | ||
connectionId?: string; | ||
context?: string; | ||
organizationId?: string; | ||
@@ -5,0 +6,0 @@ domainHint?: string; |
@@ -9,2 +9,3 @@ import { GetAuthorizationUrlOptions } from "../interfaces"; | ||
connectionId, | ||
context, | ||
domainHint, | ||
@@ -37,2 +38,3 @@ loginHint, | ||
connection_id: connectionId, | ||
context, | ||
organization_id: organizationId, | ||
@@ -39,0 +41,0 @@ domain_hint: domainHint, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
195832
2765