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

0.1.4

Version
0.1.4
Type
neos-package
Release Date
Nov 28, 2019 13:29
Source
git
Distribution
zip
Requires
  • neos/flow: ^5.1 || ^6.0
  • league/oauth2-server: ^6.0
  • guzzlehttp/psr7: ~1.5.0
MIT dcde11371848997e865291a940ad80e4e8b0b9e1

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).