Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 769 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 769 Bytes

Toujou OAuth 2.0 Server

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

Check coding standard violations

$ etc/scripts/checkCodingStandards.sh

Fix coding standard violations automatically

$ etc/scripts/checkCodingStandards.sh --fix