wapplersystems / multisite-belogin
Cross site/domain backend login for TYPO3. It allows backend users to work in the frontend across domains.
Installs: 16 062
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 2
Open Issues: 6
Language:JavaScript
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^13.4.0
This package is auto-updated.
Last update: 2025-09-09 17:50:23 UTC
README
TYPO3 Extension for automatic cross domain backend login. The editor now can use the backend tools in frontend like preview.
Screenshots
Each bar represents one language of a site. With green it worked, with red something went wrong.
Installation
- Install the extension via composer/TER
- Set in backend the installation-wide option '[BE][cookieSameSite] = none'
- All bases of sites must have a full qualified domain name (FQDN) like 'https://www.foo.com/' or 'https://www.bar.com'
- You must login to backend with https and on a site domain
TODOs
- generate TypeScript files