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
Hey, you can enable Clockwork explicitly by setting CLOCKWORK_ENABLE to true, but there's currently no good way to enable or disable Clockwork on runtime.
Hey, you can enable Clockwork explicitly by setting CLOCKWORK_ENABLE to true, but there's currently no good way to enable or disable Clockwork on runtime.
if we take example of Laravel Horizon, for non-local environment, we can set to only allow specific users only to access Horizon dashbaord.. some developer use this Authorization Gate to allow users from specific IP address only...
i think this would be good to implemented in Clockwork.. because sometimes we need to use clockwork in production, but for security purpose, it would be good to only allow developers to access from specific IP address (office, VPN, etc).....
below is example of implementation of Authorization Gate in Laravel Horizon..
Hey, Clockwork includes support for a simple password-based authentication, to use it, set CLOCKWORK_AUTHENTICATION to true and CLOCKWORK_AUTHENTICATION_PASSWORD to your desired password.
How to enable in middleware (even if app_debug is false)?
The text was updated successfully, but these errors were encountered: