punktde/oauth2-server

Last activity 04 May 2022 5 4 3781
composer require punktde/oauth2-server

OAuth 2.0 Server for the Neos Flow Framework

No released version found

Readme excerpt

OAuth 2.0 Server for the Flow Framework

This Flow package provides an OAuth 2.0 server, based on The PHP League OAuth Server.

Setup Installation

The installation is done with composer:

composer require punktde/oauth2-server

Run the doctrine migrations

./flow doctrine:migrate

Optional: Define position of routes

Routes are per default included without any position parameter. If routes are positioned wrong adjust the position accordig to the [Flow Route documentation](https://flowframework.readthedocs.io/en/stable/TheDefinitiveGuide/PartIII/Routing.html#subroutes-from-settings) Configuration

Enable the required grant types within your …
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 33 package(s).