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

Allow the user to pass formData via the options.context parameter to authenticate #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

davegurnell
Copy link

@davegurnell davegurnell commented Mar 22, 2024

Hello! 👋

Thanks for your work on remix-auth-email-link. It's a really useful library!

Would you consider accepting a PR like this to allow the user to pass formData to authenticate the same way remix-auth-form does, as described here?

https://remix.run/resources/remix-auth-form-strategy#passing-a-pre-read-formdata-object

This will help me embed a call to authenticate inside an action that can respond to submissions from a couple of different forms.

I see you're doing some interesting stuff to recreate form data from the request, presumably to convert GET requests to POST for when the user click's the magic link. I don't think this PR will mess with that (it works for me) but please let me know if you foresee any problems!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant