Skip to content

Commit 78d1830

Browse files
Cryptowallet attach via session params (#164)
* BACK-1965 Cryptowallet attach via session params * 5.12.3 * 5.13.0
1 parent fe004a6 commit 78d1830

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

lib/crypto_wallets.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export interface AuthenticateStartRequest {
1414
crypto_wallet_address: string;
1515
crypto_wallet_type: string;
1616
user_id?: UserID;
17+
session_token?: string;
18+
session_jwt?: string;
1719
}
1820

1921
export interface AuthenticateStartResponse extends BaseResponse {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stytch",
3-
"version": "5.12.2",
3+
"version": "5.13.0",
44
"description": "A wrapper for the Stytch API",
55
"types": "./types/lib/index.d.ts",
66
"main": "./dist/index.js",

types/lib/crypto_wallets.d.ts

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)