in2code / typo3-oauth2-client-fork
FORK: TYPO3 OAuth2 Login Client (backend and frontend)
Installs: 1 749
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 10
Type:typo3-cms-extension
Requires
- php: ^8.1
- ext-pdo: *
- league/oauth2-client: ^2.7
- psr/log: *
- typo3/cms-backend: ^11.5@dev || ^12.4@dev
- typo3/cms-core: ^11.5@dev || ^12.4@dev
- typo3/cms-fluid: ^11.5@dev || ^12.4@dev
- typo3/cms-setup: ^11.5@dev || ^12.4@dev
Requires (Dev)
- ergebnis/composer-normalize: ^2.23
- friendsofphp/php-cs-fixer: ^3.0
- overtrue/phplint: ^2.0
- phpspec/prophecy-phpunit: ^2.0
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^0.12.50
- roave/security-advisories: dev-latest
- saschaegerer/phpstan-typo3: @dev
- symfony/yaml: ^5.1
- typo3/cms-extensionmanager: ^11.5@dev || ^12.4@dev
- typo3/cms-felogin: ^11.5@dev || ^12.4@dev
- typo3/cms-fluid-styled-content: ^11.5@dev || ^12.4@dev
- typo3/cms-frontend: ^11.5@dev || ^12.4@dev
- typo3/cms-install: ^11.5@dev || ^12.4@dev
- typo3/cms-recordlist: ^11.5@dev || ^12.4@dev
- typo3/coding-standards: ^0.4.0
- typo3/json-response: *@dev
- typo3/testing-framework: ^6.15
- vimeo/psalm: ^3.0 || ^4.0
- waldhacker/typo3-oauth2-client-test: *@dev
Suggests
- league/oauth2-github: Github Authentication
README
FORK NOTICE: This package is a fork of https://github.com/waldhacker/ext-oauth2-client
ATTENTION: You should use the original package. We at in2code GmbH are forking this extension to adapt it to our needs. Code in this repo may change and even break without prior notice.
TYPO3 OAuth2 login client (backend and frontend)
Allow your frontend and backend users to add login possibilities via any OAuth2 provider. Popular examples are Github or Gitlab, Google, Facebook or LinkedIn or classically self-hosted solutions like Keycloak.
The extension allows administrators/integrators to configure various providers and offers any frontend and/or backend user an interface to add their OAuth2 based login.
This extension is especially powerful in combination with the Multi-Factor Capabilities of TYPO3 as you can provide backend users with a single-sign-on login of their choice and add additional security of MFA to TYPO3.
For more info, please refer to the documentation.
Backend login
Frontend login
Quick Install
composer req waldhacker/typo3-oauth2-client
Issues & Contributions
Find the code at https://github.com/waldhacker/ext-oauth2-client
Report issues at https://github.com/waldhacker/ext-oauth2-client/issues
Security
If you learn about a potential security issue, please always contact us via security@waldhacker.dev and please do not create a public visible issue. Please always include the version number where you've discovered the issue.
Alternatively you can contact the TYPO3 Security Team via security@typo3.org. Please always include the version number where you've discovered the issue. For more details see TYPO3 Security Team.