You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
I rather think that VerifyEmailnotification should have a similar interface to ResetPassword notification in that you can proxy both the mail generation and the URL generation using createUrlUsing() and toMailUsing() in both notifications.
@driesvints would you agree with that? If so, I'll PR one against Laravel 7 and one against Laravel 8.
Sorry... My particular use case is that I want to overwrite the verification.verify route onto a different domain than the API (VueJS app is hosted on a subdomain different than the API will be), so I would use the same temporarySignedRoute as the current implementation, but I would (in my own project) proxy it to force an absolute path.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This feature request is related to this issue that I've posted.
I think that the
VerifyEmail
notification class should ignore theverificationUrl
when you proxy it.What do you think?
The text was updated successfully, but these errors were encountered: