-
Notifications
You must be signed in to change notification settings - Fork 375
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
Basic Auth For Production #294
Comments
You can protect the route with, for example, Laravel's default auth middleware. This is outside the scope of this package. |
@RogierVC Yes, absolutely right we can protect our route with Laravel's default auth middleware. but i am using default auth for my website users i want to give log route access only authorized admin of website. can we built like this config/logviewer.php
middleware/LogViewerBasicAuthMiddleware.php
/Rap2hpoutre/LaravelLogViewer/LaravelLogViewerServiceProvider.php
Then can use
|
To view logs in production there must be a option to protect log route
The text was updated successfully, but these errors were encountered: