You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel introduced Telescope which is a handy tool to view logs and events in a great dashboard interface. Telescope has the ability to lock access to these dashboards via Gates - as described on https://laravel.com/docs/6.x/telescope#dashboard-authorization
Essentially, the gate function can return a true or false if a particular user in session can have access to the dashboard.
However, with Sentinal at the Auth for Laravel, the Gate method does not work.
How can Sentinal be part of the Laravel Telescope?
Describe the example code and where do changes need to be applied to get Sentinal to work with Laravel Telescope.
The text was updated successfully, but these errors were encountered:
Laravel introduced Telescope which is a handy tool to view logs and events in a great dashboard interface. Telescope has the ability to lock access to these dashboards via Gates - as described on https://laravel.com/docs/6.x/telescope#dashboard-authorization
Essentially, the gate function can return a true or false if a particular user in session can have access to the dashboard.
However, with Sentinal at the Auth for Laravel, the Gate method does not work.
How can Sentinal be part of the Laravel Telescope?
Describe the example code and where do changes need to be applied to get Sentinal to work with Laravel Telescope.
The text was updated successfully, but these errors were encountered: