@windingtree/org.id-auth
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -21,4 +21,4 @@ import type { JWTPayload, JWSHeaderParameters } from 'jose'; | ||
}; | ||
export declare const createAuthJWTWithEthers: (signer: VoidSigner | Wallet, iss: string, aud: string, scope?: string | string[], exp?: string) => Promise<string>; | ||
export declare const createAuthJWTWithEthers: (signer: VoidSigner | Wallet, iss: string, aud: string, scope?: string | string[], exp?: string | number) => Promise<string>; | ||
export declare const verifyAuthJWT: (jwt: string, publicKey: KeyLike | JWK, issuer: string, audience: string, scope?: string | string[]) => Promise<JWTVerifyResult>; | ||
export declare const verifyAuthJWTWithEthers: (jwt: string, blockchainAccountId: string, issuer: string, audience: string, scope?: string | string[]) => Promise<JWTVerifyResult>; |
{ | ||
"name": "@windingtree/org.id-auth", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "ORGiD authentication library", | ||
@@ -44,3 +44,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@windingtree/org.id-utils": "^1.2.2", | ||
"@windingtree/org.id-utils": "^1.2.3", | ||
"@windingtree/org.json-schema": "1.0.2", | ||
@@ -81,3 +81,3 @@ "ethers": "5.7.1", | ||
}, | ||
"gitHead": "29baf36a1cf10d6a9f5927b0a1ce84a9215a9d4b" | ||
"gitHead": "aeffaa8c84b8204c7bfcd8babc64468f97d1cc57" | ||
} |
Sorry, the diff of this file is not supported yet
66676