spatie / laravel-link-checker

Check all links in a Laravel application
https://murze.be/2015/11/a-package-to-check-all-links-in-a-laravel-app/
MIT License
259 stars 45 forks source link

Crawl pages requiring authentication #15

Closed clarkewing closed 7 years ago

clarkewing commented 7 years ago

Hello,

Most of the website I'm building requires users be authenticated. In my testing, I've found the package doesn't crawl pages which require authentication. Is there something I could add to my authentication middleware to allow the link-checker to function on all pages?

sebastiandedeyne commented 7 years ago

Maybe you could enable basic authentication and add some headers to the crawler?

freekmurze commented 7 years ago

Closing due to inactivity.