credify-crypto
Advanced tools
Comparing version 0.30.0 to 0.31.0
{ | ||
"name": "credify-crypto", | ||
"version": "0.30.0", | ||
"version": "0.31.0", | ||
"description": "Credify cryptographic related helpers in JavaScript", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -53,2 +53,3 @@ export class Signing { | ||
export function generateRequestToken(signing: Signing, encryptionPublicKey: string, scopes: string[], offerCode?: string): string; | ||
export function generateIdentityToken(signing: Signing, entityId: string, identitySource: string, identityHash: string): string; | ||
export function verifyJwt(jwt: JWTType, signing: Signing): boolean; | ||
@@ -55,0 +56,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
244613
2513