Closed vrish88 closed 7 months ago
Hello @vrish88, thanks for opening the PR.
remix-auth-totp
is currently on stand-by, as the strategy is working as expected and there are no plans to improve or modify it for now.
If you need the context
for anything else personally, let us know the reasons for it, or how context
could affect/improve the Strategy itself, more than "to be intended to be passed to the strategy".
Would love to hear more about it, Daniel.
Closing this for now as the OP seems to not be active on the opened issue.
In the remix-auth/strategy there is a context param that is intended to be passed to the strategy. This PR merely passes along the
context
along fromauthenticator.authenticate(..., ..., {context: appLoadContext})
to thesendTOTP
andverify
functions.