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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add urlencoding to the colon in the magiclink url #102

Merged
merged 2 commits into from
Nov 29, 2023

Conversation

jamesdb
Copy link
Contributor

@jamesdb jamesdb commented Sep 11, 2023

Thanks for the great package @cesargb, we have been using it with great success! 馃檪

We have recently encountered an issue where certain email security products (Barracuda Sentinel for example) are invalidating the links by stripping out the : and everything after it, which means our links are missing the token entirely.

I believe if we were to urlencode() the separator the issue would no longer occur. 馃

It should be safe to do as Laravel will urldecode any route parameters, which would transform the %3A to : as before.

I've been running the changes on a local branch and i haven't noticed any issues. 馃憤

Build timing out, but the tests are passing locally:

Screenshot 2023-09-11 at 10 26 42

@cesargb cesargb merged commit a2f6276 into cesargb:master Nov 29, 2023
6 of 7 checks passed
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

2 participants