Enlighten
Feature
Laravel Breeze
Authentication
Email Verification
Password Confirmation
Password Reset
Registration
master
*
4597613
Feature
Email Verification
Email verification screen can be rendered
GET: verify-email
200 HTML
1
Email can be verified
GET: verify-email/{id}/{hash}
302 HTML
3
Email is not verified with invalid hash
GET: verify-email/{id}/{hash}
403 HTML
2