https://github.com/studiomitte/typo3_ext_basic_authentication
Basic Authentication for TYPO3 using the middleware
https://github.com/studiomitte/typo3_ext_basic_authentication
basic-authentication middleware typo3-cms-extension typo3-extension
Last synced: about 1 month ago
JSON representation
Basic Authentication for TYPO3 using the middleware
- Host: GitHub
- URL: https://github.com/studiomitte/typo3_ext_basic_authentication
- Owner: studiomitte
- License: other
- Created: 2019-04-18T10:49:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T11:35:22.000Z (almost 7 years ago)
- Last Synced: 2023-07-16T00:47:55.161Z (over 2 years ago)
- Topics: basic-authentication, middleware, typo3-cms-extension, typo3-extension
- Language: PHP
- Size: 43 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TYPO3 Extension `basic_authentication`
This extension makes it possible to add a basic authentication for backend and frontend.
**Pro**
No need for maintaining a `.htaccess` and `.htpasswd` file as the user and their password are configured within the extension configuration.
**Con**
The extensions uses the concept of the *MiddleWares* which will only protect requests covered by those.
This means that any direct file access, e.g. to extensions or fileadmin is still possible!
## Author
Georg Ringer is part of [StudioMitte](https://www.studiomitte.com) and author and maintainer of this extension.
## Setup
### Installation
Install this extension as any regular TYPO3 extension:
- Use **composer** with `composer require studiomitte/basic-authentication`
- *or* install the extension through the Extension Manager by
### Configuration
The configuration is done in the Extension Configuration.

- Enable the authentication for the desired mode (`backend`, `frontend`)
- Define user & password in the syntax `user1:password1|user2:password`