Hey <@498057949541826571> does Supertokens support...
# support-questions-legacy
s
Hey @rp_st does Supertokens support Saml using BoxyHq with passwordless recipe?
r
Hey @showtim33 yes, we do. Checkout the thirdpartypasswordless recipe
s
ok awesome, thanks
import SuperTokens, { SuperTokensWrapper, getSuperTokensRoutesForReactRouterDom } from 'supertokens-auth-react';
Here in the step 3, this is asked to be imported.
But SuperTokensWrapper is throwing out an error
r
which version of the supertokens-auth-react are you using?
s
just updated to "supertokens-auth-react": "^0.22.4",
earlier "supertokens-auth-react": "^0.22.3",
both were throwing this error
r
Can you use ^0.24.0
that should work
s
ok sure
2 Views