Skip to content

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

Notifications You must be signed in to change notification settings

DFAU/toujou-oauth2-server

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published