Skip to content

cvigorsICBF/mezzio-authentication-oauth2

 
 

Repository files navigation

OAuth2 server middleware for Mezzio and PSR-7 applications

Build Status

Laminas-mezzio-authentication-oauth2 is middleware for Mezzio 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 mezzio-authentication-oauth2 library with composer:

$ composer require mezzio/mezzio-authentication-oauth2

Documentation

Browse the documentation online at https://docs.mezzio.dev/mezzio-authentication-oauth2/

Support

About

OAuth2 (server) authentication middleware for Mezzio and PSR-7 applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%