Download the PHP package zendframework/zend-expressive-authentication-oauth2 without Composer
On this page you can find all versions of the php package zendframework/zend-expressive-authentication-oauth2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zendframework/zend-expressive-authentication-oauth2
More information about zendframework/zend-expressive-authentication-oauth2
Files in zendframework/zend-expressive-authentication-oauth2
Package zend-expressive-authentication-oauth2
Short Description OAuth2 (server) authentication middleware for Expressive and PSR-7 applications.
License BSD-3-Clause
Informations about the package zend-expressive-authentication-oauth2
OAuth2 server middleware for Expressive and PSR-7 applications
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:
Documentation
Browse the documentation online at https://docs.zendframework.com/zend-expressive-authentication-oauth2/
Support
All versions of zend-expressive-authentication-oauth2 with dependencies
league/oauth2-server Version ^8.0.0
psr/container Version ^1.0
psr/http-message Version ^1.0.1
psr/http-server-middleware Version ^1.0
zendframework/zend-expressive-authentication Version ^1.0