Everything else seems to be ok. I wonder if this is because of Bun. I am using 1.0.21. The body is available before passing to authenticator.authenticate in the action, and it also doesn't seem to care that it's trying to read the body twice when I do that.
Your Example Website or App
not public
Steps to Reproduce the Bug or Issue
console.log(request) in any authenticator implementation
Describe the bug
The
request
parameter of theauthenticate
function seems to have blank request bodies. Printing it provides:and
await request.text()
is blankEverything else seems to be ok. I wonder if this is because of Bun. I am using 1.0.21. The body is available before passing to
authenticator.authenticate
in the action, and it also doesn't seem to care that it's trying to read the body twice when I do that.Your Example Website or App
not public
Steps to Reproduce the Bug or Issue
console.log(request)
in any authenticator implementationExpected behavior
the body exists
Screenshots or Videos
No response
Platform
Additional context
related issue https://github.com/pbteja1998/remix-auth-email-link/issues/48