Mimecast modifies password reset links making them invalid
I am having the same issue as these two posts
https://github.com/supabase/supabase/discussions/3961
https://github.com/supabase/gotrue/issues/542
Mimecast intercepts the links and redirects them through their own domain first which leads to
Anyone have a fix for this? I am wondering if its because I haven't set up the custom domain yet and emails are coming from mail.app.supabase.io?
I am currently working on using OTP verification as a fallback but it would be good to get this working without, for better UX.
https://github.com/supabase/supabase/discussions/3961
https://github.com/supabase/gotrue/issues/542
Mimecast intercepts the links and redirects them through their own domain first which leads to
error=unauthorized_client&error_code=401&error_description=email+link+is+invalid+or+has+expired in the urlAnyone have a fix for this? I am wondering if its because I haven't set up the custom domain yet and emails are coming from mail.app.supabase.io?
I am currently working on using OTP verification as a fallback but it would be good to get this working without, for better UX.
GitHub
I am having issues with confirmation emails and magic links when used from outlook/hotmail accounts. When you click the link in the email, it sends the user to this address: https://mysite.com/#err...
GitHub
Bug report Describe the bug For example, MimeCast and SafeLink removes hash code part of the URL when they transform to safe link. So company emails with these service enabled cannot be used for au...