artdarek / oauth-4-laravel

OAuth Service Provider for Laravel 4
685 stars 217 forks source link

Added additional session driver to tie into Laravel's sessions. #140

Open phazei opened 9 years ago

phazei commented 9 years ago

This pull request creates a new custom driver extending the same TokenStorageInterface as the other session drivers provided by PHPoAuthLib. It simply replaces all the methods to utilize Laravel's own Session's. Unlike #78 it maintains compatibility with existing drivers and won't affect anyone currently using the package.