Skip to content

Commit

Permalink
chore: jwt-decode upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Dec 12, 2024
1 parent 5d0ef80 commit 1619ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oid4vci-issuer/src/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { CredentialPayload, DIDDocument, ProofFormat } from '@veramo/core'
import { bytesToBase64 } from '@veramo/utils'
import { createJWT, decodeJWT, JWTVerifyOptions, verifyJWT } from 'did-jwt'
import { Resolvable } from 'did-resolver'
import jwtDecode from 'jwt-decode'
import { jwtDecode } from 'jwt-decode'
import { IIssuerOptions, IRequiredContext } from './types/IOID4VCIIssuer'

export function getJwtVerifyCallback({ verifyOpts }: { verifyOpts?: JWTVerifyOptions }, _context: IRequiredContext) {
Expand Down

0 comments on commit 1619ae4

Please sign in to comment.