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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Email Verification Link Blocked by Laravel Firewall #82

Open
Yumpsz1987 opened this issue May 30, 2024 · 0 comments
Open

Issue with Email Verification Link Blocked by Laravel Firewall #82

Yumpsz1987 opened this issue May 30, 2024 · 0 comments

Comments

@Yumpsz1987
Copy link

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.

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

No branches or pull requests

1 participant