zendframework / zend-expressive-authentication-oauth2
OAuth2 (server) authentication middleware for Expressive and PSR-7 applications.
Installs: 86 332
Dependents: 0
Suggesters: 0
Security: 0
Stars: 37
Watchers: 20
Forks: 23
Open Issues: 10
Requires
- php: ^7.1
- league/oauth2-server: ^8.0.0
- psr/container: ^1.0
- psr/http-message: ^1.0.1
- psr/http-server-middleware: ^1.0
- zendframework/zend-expressive-authentication: ^1.0
Requires (Dev)
- phpunit/phpunit: ^7.5.15 || ^8.3.4
- roave/security-advisories: dev-master
- zendframework/zend-coding-standard: ~1.0.0
- zendframework/zend-diactoros: ^1.4.0 || ^2.0
- zendframework/zend-servicemanager: ^3.0.0
Conflicts
This package is auto-updated.
Last update: 2020-01-28 19:19:27 UTC
README
Repository abandoned 2019-12-31
This repository has moved to mezzio/mezzio-authentication-oauth2.
Zend-expressive-authentication-oauth2 is middleware for Expressive and PSR-7 applications providing an OAuth2 server for authentication.
This library uses the league/oauth2-server package for implementing the OAuth2 server. It supports all the following grant types:
- client credentials;
- password;
- authorization code;
- implicit;
- refresh token;
Installation
You can install the zend-expressive-authentication-oauth2 library with composer:
$ composer require zendframework/zend-expressive-authentication-oauth2
Documentation
Browse the documentation online at https://docs.zendframework.com/zend-expressive-authentication-oauth2/