punktde/oauth2-server
composer require punktde/oauth2-server
OAuth 2.0 Server for the Neos Flow Framework
3.0.1
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 InstallationThe installation is done with composer:
composer require punktde/oauth2-serverRun the doctrine migrations
./flow doctrine:migrateOptional: 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) ConfigurationEnable the required grant types within your …
Read more
The same vendor provides 33 package(s).