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
Problem Description:
It seems that the Laravel Firewall middleware, which is enabled for security purposes, is preventing access to the email verification link. This is causing users to be unable to verify their email addresses and complete the registration process.
Request for Assistance:
I need guidance on how to configure the Laravel Firewall middleware to allow access to the email verification link while maintaining the necessary security measures in place.
Any help or suggestions would be highly appreciated! Thank you in advance. i m in dev mode.
The text was updated successfully, but these errors were encountered:
Issue with Email Verification Link Blocked by Laravel Firewall
I'm encountering an issue with email verification in my Laravel project. When users attempt to verify their email through the link provided in the email (http://127.0.0.1:8000/email/verify/1?expires=1717045470&hash=2abf7e0660e03f19404456404b4beb0c990fd986&signature=7b025ae674458a2247c565 1f872d060b384126bd769b03b3a0a0562219109997), the request is being blocked by the Laravel Firewall middleware .
Problem Description:
It seems that the Laravel Firewall middleware, which is enabled for security purposes, is preventing access to the email verification link. This is causing users to be unable to verify their email addresses and complete the registration process.
Request for Assistance:
I need guidance on how to configure the Laravel Firewall middleware to allow access to the email verification link while maintaining the necessary security measures in place.
Any help or suggestions would be highly appreciated! Thank you in advance. i m in dev mode.
The text was updated successfully, but these errors were encountered: