artdarek / oauth-4-laravel

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

Is this package dead? #175

Open zesda opened 7 years ago

zesda commented 7 years ago

I'm curious, we're still using this package on production environment(s) and the last update was over 18 months ago. Are you still maintaining this? A lot of APIs are deprecating or updating beyond the scope of this ageing package.

Can we have an update please?

modess commented 7 years ago

This is a question I have as well. Seems there is no activity at all unfortunately. I've made some improvements to it by extending the package that I would like to contribute with, such as storing tokens in Redis and binding a ServiceFactory through the IoC to be able to extend it with custom OAuth implementations.

Hopefully @artdarek could respond here, perhaps if he wants to continue maintain it or let someone else maintain it. Otherwise I think that a fork is in order for the continuation of this great package.