Skip to content

Commit

Permalink
export parseSAMLRequest and decodeBase64
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Feb 3, 2024
1 parent 9a8deec commit 480de6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { hasValidSignature, validateSignature, certToPEM } from './validateSignature';

import { request } from './request';
import { request, parseSAMLRequest, decodeBase64 } from './request';
import { stripCertHeaderAndFooter, PubKeyInfo } from './cert';
import { parse, validate, parseIssuer, WrapError } from './response';
import { parseMetadata } from './metadata';
Expand All @@ -13,6 +13,8 @@ import { decryptXml } from './decrypt';
export default {
parseMetadata,
request,
parseSAMLRequest,
decodeBase64,
parse,
validate,
PubKeyInfo,
Expand Down

0 comments on commit 480de6f

Please sign in to comment.