Download the PHP package inspiredminds/contao-crawler-authenticator without Composer
On this page you can find all versions of the php package inspiredminds/contao-crawler-authenticator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download inspiredminds/contao-crawler-authenticator
More information about inspiredminds/contao-crawler-authenticator
Files in inspiredminds/contao-crawler-authenticator
Package contao-crawler-authenticator
Short Description Allows the Contao Crawler to be logged in as a front end member via Basic Authentication in order to index protected pages.
License LGPL-3.0-or-later
Homepage https://github.com/inspiredminds/contao-crawler-authenticator
Informations about the package contao-crawler-authenticator
Contao Crawler Authenticator
Allows the Contao Crawler to be logged in as a front end member via Basic Authentication in order to index protected pages.
Usage
- Install the extension (zero configuration necessary in the Contao Managed Edition).
- Create a front end member specifically for the Contao Crawler or re-use an existing one where you know the password.
- Assign the member to the appropriate member groups.
-
Now choose one of the following options (replace
<username>
and<password>
with the member's credentials):-
Pass the member's username and password for every
contao:crawl
execution: -
Define the member's username and password in the
.env.local
:These will then get used automatically every time you execute
contao:crawl
(unless overridden by the former command). Make sure you also have a.env
file, otherwise the.env.local
will not be loaded of course.
-
Note: be aware that the member's password will be put unencrypted into the bash history in the former case and into
the .env.local
in the latter case.
All versions of contao-crawler-authenticator with dependencies
contao/core-bundle Version ^5.3
symfony/dependency-injection Version ^6.4 || ^7.1
symfony/event-dispatcher Version ^6.4 || ^7.1
symfony/http-foundation Version ^6.4 || ^7.1
symfony/http-kernel Version ^6.4 || ^7.1
symfony/password-hasher Version ^6.4 || ^7.1
symfony/security-core Version ^6.4 || ^7.1
symfony/security-http Version ^6.4 || ^7.1