Skip to content

Commit

Permalink
chore: removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Jan 21, 2025
1 parent 9069e27 commit 19382fa
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -465,9 +465,6 @@ describe('create JWT from Request JWT should', () => {
}

const requestObject = await RequestObject.fromOpts(requestOpts)
/* console.log(
JSON.stringify(await AuthenticationResponse.createJWTFromRequestJWT(requestWithJWT.jwt, responseOpts, verifyOpts))
);*/
const jwt = await requestObject.toJwt()
if (!jwt) throw new Error('JWT is undefined')
const authorizationRequest = await AuthorizationResponse.fromRequestObject(jwt, responseOpts, verifyOpts)
Expand Down Expand Up @@ -783,9 +780,6 @@ describe('create JWT from Request JWT should', () => {
}

const requestObject = await RequestObject.fromOpts(requestOpts)
/* console.log(
JSON.stringify(await AuthenticationResponse.createJWTFromRequestJWT(requestWithJWT.jwt, responseOpts, verifyOpts))
);*/
const jwt = await requestObject.toJwt()
if (!jwt) throw new Error('JWT is undefined')
const authorizationRequest = await AuthorizationResponse.fromRequestObject(jwt, responseOpts, verifyOpts)
Expand Down

0 comments on commit 19382fa

Please sign in to comment.