diff --git a/docs/source/installation/authentication.md b/docs/source/installation/authentication.md index 16e650f..851de15 100644 --- a/docs/source/installation/authentication.md +++ b/docs/source/installation/authentication.md @@ -9,8 +9,8 @@ There are two main use cases for authentication: ```{note} The Authentication framework currently only works with the following modules: -* Generic Extractor -* Screenshot Enricher +* [Generic Extractor](../modules/autogen/extractor/generic_extractor.md) - the main module for extracting content from websites +* [Antibot Extractor/Enricher](../modules/autogen/extractor/antibot_extractor_enricher.md) To authenticate for WACZ archiving, see the instructions on the [](../modules/autogen/enricher/wacz_extractor_enricher.md) page. ``` @@ -34,7 +34,7 @@ You can save your authentication information directly inside your orchestration ```{note} -The Username & Password, and API settings only work with the Generic Extractor. Other modules (like the screenshot enricher) can only use the `cookies` options. Furthermore, many sites can still detect bots and block username/password logins. Twitter/X and YouTube are two prominent ones that block username/password logging. +Currently, the Username & Password, and API settings only work with the Generic and Antibot Extractors. Furthermore, many sites can still detect bots and block username/password logins. Twitter/X and YouTube are two prominent ones that block username/password logging. One of the 'Cookies' options is recommended for the most robust archiving, but it still isn't guaranteed to work. ```