zfcampus / zf-oauth2

OAuth2 server module for ZF2
BSD 3-Clause "New" or "Revised" License
104 stars 92 forks source link

Oauth2 with Mongodb #161

Open juniormayhe opened 7 years ago

juniormayhe commented 7 years ago

"This module uses any PDO-suported database to manage the OAuth2"

What if someone wishes to use oauth2 with MongoDB and any other database type? Where can we find examples of creating and testing mongodb connection with oauth2? I could not find in Apiagility some info on this.

TomHAnderson commented 6 years ago

There is a Doctrine ORM adapter at api-skeletons/zf-oauth2-doctrine you can use as a template if you wish to create a new adapter.

Otherwise see https://bshaffer.github.io/oauth2-server-php-docs/overview/storage/ for existing adapters.

weierophinney commented 4 years ago

This repository has been closed and moved to laminas-api-tools/api-tools-oauth2; a new issue has been opened at https://github.com/laminas-api-tools/api-tools-oauth2/issues/5.