Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(typing): multi saml strategy export #503

Merged

Conversation

rob-gijsens
Copy link
Contributor

Description

A while ago I added PR #490 which was closed then because of the pending PR with a major Typescript refactor. After installing this refactor I still think the export of the MultiSamlStrategy class isn't complete. This PR adds the (in my opinion) missing export. Without this export, I have to import the MultiSamlStrategy from the deep located file 'passport-saml/lib/passport-saml/multiSamlStrategy' which causes the following TSLint error in my IDE:

image

With the added export in this PR it is possible to do the import as following:

import { MultiSamlStrategy } from 'passport-saml/lib/passport-saml';

@cjbarth cjbarth requested a review from gugu November 19, 2020 22:42
@cjbarth cjbarth added the semver-patch This change requires at least a semver-patch version bump label Nov 19, 2020
@cjbarth cjbarth merged commit c5ceaca into node-saml:master Nov 19, 2020
@cjbarth cjbarth changed the title fix(typing): multi saml stratey export fix(typing): multi saml strategy export Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-patch This change requires at least a semver-patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants