Skip to content

Commit

Permalink
Fix not allowing packed format
Browse files Browse the repository at this point in the history
  • Loading branch information
nealfennimore committed Sep 29, 2023
1 parent 198d99d commit 94cde5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/attestation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export class Attestation {
break;
case 'packed':
await validatePacked(attStmt, authData, payload);
break;
default:
throw new Error(`Unsupported attestation format: ${fmt}`);
}
Expand Down

0 comments on commit 94cde5d

Please sign in to comment.