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.x-dev

Version
0.1.x-dev
Type
neos-package
Release Date
Nov 29, 2019 15:05
Source
git
Distribution
zip
Requires
  • league/oauth2-server: ^6.0
  • neos/flow: ^5.1 || ^6.0
  • guzzlehttp/psr7: ^1.5
MIT c31a8697408eb33dc0ff4b426b9b601570567242

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