saade / filament-laravel-log

Read Laravel logs from the Filament admin panel
https://filamentphp.com/plugins/saade-laravel-log
MIT License
94 stars 21 forks source link

Fix: Authorization lifecycle #38

Closed awcodes closed 8 months ago

awcodes commented 8 months ago

Moves the authorization check out of the plugin class and checks it in the ViewLog class instead to guarantee there is an authenticated user.

Resolves #32

saade commented 8 months ago

Cool! Thank you