Skip to content

Commit

Permalink
Update assertion.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru committed Oct 22, 2024
1 parent a616e67 commit 08c92aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tdf3/src/models/assertion.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { canonicalizeEx } from 'json-canonicalize';
import { SignJWT, jwtVerify } from 'jose';
import { AssertionKey } from './../client/AssertionConfig.js';
import { hex } from '../../../src/encodings/index.js';
import { ConfigurationError, InvalidFileError } from '../../../src/errors.js';
import { hex } from 'src/encodings/index.js';

export type AssertionKeyAlg = 'RS256' | 'HS256';
export type AssertionType = 'handling' | 'other';
Expand Down

0 comments on commit 08c92aa

Please sign in to comment.