pbteja1998 / remix-auth-email-link

MIT License
92 stars 22 forks source link

feat: optimize MagicLinkPayload size #34

Closed wild-lotus closed 1 year ago

wild-lotus commented 1 year ago

Following https://github.com/pbteja1998/remix-auth-email-link/discussions/33 This is an MR to get the magic link payload smaller, and so shorter magic links. This improves UX and spam score. I intend to create no breaking changes.

What is happening here:

wild-lotus commented 1 year ago

wait, I got more ideas for optimizations, I will extend the PR

wild-lotus commented 1 year ago

ok, I added the extra ideas commits, and updated the description of the PR with them