samsonasik/zf-oauth2-doctrine

Doctrine OAuth2 Server Adapter for Apigility

4.1.1 2023-05-26 13:01 UTC

README

This is a Fork of https://github.com/API-Skeletons/zf-oauth2-doctrine

Build Status Documentation Status Gitter Patreon Total Downloads

This provides a Doctrine adapter for laminas-api-tools/api-tools-mvc-auth and laminas-api-tools/api-tools-oauth2 and entity definitions for all aspects of OAuth2 including Authorization Code, Access Tokens, Refresh Tokens, JWT & JTI, and Scopes.

Versions

  • 1.x series is for PHP 5.5 to 7.0.
  • 2.x series is for PHP 7.1 onward.
  • 3.x series is for PHP 7.1 onward and uses bigint instead of integer, scope fixture, and bcrypt cost of 10.
  • 4.x series is for PHP 7.3|~8.0 with laminas support.

Entity Relationship Diagram Entity Relationship Diagram created with Skipper

Read The Documentation