/mezzio-authentication-oauth2

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

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

OAuth2 server middleware for Mezzio and PSR-7 applications

Build Status Coverage 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