dfau/toujou-oauth2-server

A TYPO3 Oauth2 Client Credentials Server, that logs in Backend Users

Installs: 8 980

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

dev-master 2023-07-03 13:21 UTC

This package is auto-updated.

Last update: 2024-04-26 13:08:05 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