-
I just want to ask what’s the ES6-based import of „const SamlStrategy = require('passport-saml').Strategy;“? |
Beta Was this translation helpful? Give feedback.
Answered by
dattito
Dec 20, 2021
Replies: 2 comments 2 replies
-
I think that |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dattito
-
Are you referencing something inside the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think that
import { Strategy as SamlStrategy } from "passport-saml;
should work