biberlabs / zend-expressive-oauth2-server

PHP League OAuth2 Server Implementation with Zend Expressive
MIT License
9 stars 3 forks source link
database oauth2 oauth2-server php-league

The PHP League OAuth2 Server For Zend Expressive

Installation

Some Important Information

For my opinion, Some of the OAuth entities should be moved to redis or similar key value fast storage. Otherwise, your API or application can be slower than your expectation. Please contact with me.

Requests

Check the The PHP League Example Page