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

2.0.0

Version
2.0.0
Type
neos-package
Release Date
May 18, 2020 15:53
Source
git
Distribution
zip
Requires
  • neos/flow: ^6.0
  • league/oauth2-server: ^8.0
  • guzzlehttp/psr7: ^1.6
MIT 4eafb3dbaf21fec42bc4592a66d585fd0d7c843a

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