logical-and / php-oauth

Support for authenticating users (without dep from any framework) using both OAuth1 and OAuth2 methods
https://packagist.org/packages/and/oauth
MIT License
43 stars 13 forks source link

Separate custom storage providers to custom library #4

Open logical-and opened 9 years ago

logical-and commented 9 years ago

Replace by doctrine/cache providers:

Add providers (like wrappers) based on doctrine providers, what creates doctrine/cache objects and configure them:

Add DoctrineStorage class, what allow to use custom provider, which based on doctrine/cache interface (already implemented by @cmodijk in pull request)