bshaffer / oauth2-server-php

A library for implementing an OAuth2 Server in php
http://bshaffer.github.io/oauth2-server-php-docs
MIT License
3.26k stars 952 forks source link

Integrate Couchbase storage #219

Open dsquier opened 11 years ago

dsquier commented 11 years ago

@bshaffer Would you be interested in integrating Couchbase storage into the library?

I've got a working object as does @ksnyde from https://github.com/bshaffer/oauth2-server-php-docs/issues/5#issuecomment-21871499.

We could hopefully merge/clean then up into something nice.

bshaffer commented 11 years ago

I can't see why not... The more storage engines the better

dsquier commented 11 years ago

Sound good. Once I get mock storage with Travis tests passing I'll submit a PR.