dfau / toujou-oauth2-server
A TYPO3 Oauth2 Client Credentials Server, that logs in Backend Users
Installs: 9 059
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 2
Type:typo3-cms-extension
Requires
- php: ^7.4 | ^8
- league/oauth2-server: ^8.0.0
- middlewares/payload: ^3.0.1
- ramsey/uuid: ^3.8.0
- typo3/cms-backend: ^11.5 | ^12.4
- typo3/cms-core: ^11.5 | ^12.4
Requires (Dev)
- dfau/coding-standard: 2.*
This package is auto-updated.
Last update: 2024-10-21 19:11:53 UTC
README
A TYPO3 Oauth2 Client Credentials Server, that logs in Backend Users.
Installation
Require and install the plugin
$ composer require DFAU/toujou-oauth2-server
$ vendor/bin/typo3cms extension:install toujou_oauth2_server
Development
Install php dependencies using composer:
$ composer install
PHPUnit Unit tests
$ etc/scripts/runTests.sh
PHPUnit Functional tests
$ etc/scripts/runTests.sh -s functional
Easy-Coding-Standard
Check coding standard violations
$ etc/scripts/checkCodingStandards.sh
Fix coding standard violations automatically
$ etc/scripts/checkCodingStandards.sh --fix