{"id":33974680,"url":"https://github.com/hmmh/backend-autologin","last_synced_at":"2025-12-13T01:49:35.132Z","repository":{"id":51195935,"uuid":"196534826","full_name":"hmmh/backend-autologin","owner":"hmmh","description":"Automatically login to your TYPO3 backend using .env/url/cookie","archived":false,"fork":false,"pushed_at":"2021-05-20T10:51:16.000Z","size":82,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-07-09T00:23:22.539Z","etag":null,"topics":["auto","backend","cookie","login","typo3","url"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hmmh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-12T07:53:47.000Z","updated_at":"2024-05-14T01:13:49.000Z","dependencies_parsed_at":"2022-08-30T03:41:30.161Z","dependency_job_id":null,"html_url":"https://github.com/hmmh/backend-autologin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hmmh/backend-autologin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmmh%2Fbackend-autologin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmmh%2Fbackend-autologin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmmh%2Fbackend-autologin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmmh%2Fbackend-autologin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hmmh","download_url":"https://codeload.github.com/hmmh/backend-autologin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmmh%2Fbackend-autologin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27697972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-12T02:00:06.775Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auto","backend","cookie","login","typo3","url"],"created_at":"2025-12-13T01:49:29.978Z","updated_at":"2025-12-13T01:49:35.118Z","avatar_url":"https://github.com/hmmh.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TYPO3 Backend Auto Login\n\nThis extension will allow you to login to the TYPO3 backend without providing username and password manually. This may\nbe quite usefull during development and may save a lot of time. \n \n## Installation\n\nInstallation can be done via the TYPO3 extension manager or by using composer. As auto login will only work in development mode\nuse `--dev` option for composer installation.\n\n    composer require hmmh/be-auto-login --dev\n\n## Configuration\n\n### Access restrictions\n\nFor security reasons auto login will only be possible if your TYPO3 system is running in development application context,\nsee [TYPO3 API reference](https://docs.typo3.org/typo3cms/CoreApiReference/latest/ApiOverview/Bootstrapping/Index.html#application-context)\nfor a general explanation.\n\nAdditionally you can restrict auto login to a certain pool of IP addresses by modifying the the setting\n`White list with ip addresses` in the extension configuration. An IP address pool can be specified by a comma separated\nlist of single IP addresses and IP ranges (defined by using \"*\" as wildcard character).\n   \n| value | description | \n|---|---|\n| *                                       | Any IP address. This is the default value  |\n| 192.168.0.123                           | One specific IP address |\n| 192.168.0.123, 192.168.0.227            | Two specific IP addresses |\n| 192.168.0.*                             | A range of IP addresses from 192.168.0.0 to 192.168.0.255 |\n| 192.168.0.*, 192.168.1.22, 192.168.1.23 | Mixture of single IP addresses and IP ranges |\n### How to auto login?\n\nIn order to use auto login you need the username of a valid TYPO3 backend user account. This username will\nbe used to login using one of the following methods. \n\n#### By .env file\n\nIf you always want to use the same user name for auto login you can simply define it in a `.env` file which\nhas to be stored in your document root or in a folder above it.\n\nExample `.env` file:\n\n    TYPO3_AUTOLOGIN_USER=example-user\n\n#### By Cookie\n\nIf you need a bit more flexibility you can specify the user name by setting a cookie in your browser.\nYou can do this by using the developer tools of the browser of your choice by using the built in developer\nconsole (often opened by pressing F12). Set the cookie name to `TYPO3_AUTOLOGIN_USER` and store the username as\ncookie value.\n\n#### By GET parameter\n\nThe user name can be specified via GET parameter. To choose a user name for auto login you simply open your\nTYPO3 backend using ` http://127.0.0.1/typo3/?TYPO3_AUTOLOGIN_USER=admin` (substitute 127.0.0.1 with your domain name).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmmh%2Fbackend-autologin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhmmh%2Fbackend-autologin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmmh%2Fbackend-autologin/lists"}