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.
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.