zendframework/zend-expressive-authentication-oauth2

Name: zend-expressive-authentication-oauth2

Owner: Zend Framework

Description: OAuth2 (server) authentication middleware for PSR-7 applications.

Created: 2017-11-20 22:24:22.0

Updated: 2018-05-09 20:59:58.0

Pushed: 2018-05-09 21:40:15.0

Homepage: null

Size: 2202

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

OAuth2 server middleware for Expressive and PSR-7 applications

Build Status Coverage Status

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:

WORK IN PROGRESS

This repository contains a work in progress project for building an authentication module for Expressive and PSR-7 applications. It also provides an OAuth2 adapter for zend-expressive-authentication library.

Please, don't use this code in a production environment!

Installation

You can install the zend-expressive-authentication-oauth2 library with composer:

mposer require zendframework/zend-expressive-authentication-oauth2
Documentation

Documentation is in the doc tree, and can be compiled using mkdocs:

docs build

You may also browse the documentation online.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.