Authentication.md
March 28, 2025 · View on GitHub
Default authenticator uses URL and your host parameters.
Is passes by default:
- ~
localhostrequests - If Magento base URL ends with
.local.test.wip.loc.docker
- If IP website accessed from starts with one of (Docker, Vagrant, small business/home networks):
192.168.10.172.16172.17172.18172.19172.20172.21172.22172.23172.24172.25172.26172.27172.28172.29172.30172.31127.
- IPs added to Magento maintenance mode whitelist
-
If you still can't access /clockwork URL you can add your IP to the maintenance mode whitelist.
-
If you still can access it for some reason - look into
\Inpvlsa\Clockwork\Service\Clockwork\Authenticator
- ⬅️ Return to Documentation
- ⬅️ Return to Repository