Skip to content

Commit

Permalink
forgot to export createSAMLResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Feb 5, 2024
1 parent 480e485 commit 1ae083c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { hasValidSignature, validateSignature, certToPEM } from './validateSigna

import { request, parseSAMLRequest, decodeBase64 } from './request';
import { stripCertHeaderAndFooter, PubKeyInfo } from './cert';
import { parse, validate, parseIssuer, WrapError } from './response';
import { createSAMLResponse, parse, validate, parseIssuer, WrapError } from './response';
import { parseMetadata } from './metadata';
import { createPostForm } from './post';
import { sign } from './sign';
Expand All @@ -13,6 +13,7 @@ import { parseLogoutResponse } from './logout';

export default {
parseMetadata,
createSAMLResponse,
request,
parseSAMLRequest,
decodeBase64,
Expand Down

0 comments on commit 1ae083c

Please sign in to comment.