Description:

The section protection module is a module designed to restrict users access to specific sections of the site defined by request URL path.

Features:

  • By default it excludes all items from search api unless specifically told to include specific sections
  • Configuration UI for ease of creating new protected sections (created as config entities committed to code, use config_ignore if needed to create items on live instead of dev environments)
  • A bypass permission exists for administrators