ipunkt / laravel-oauth-introspection

OAuth 2.0 Token Introspection (RFC 7662)
MIT License
19 stars 9 forks source link

Passport 8.x compatibility #12

Open arondeparon opened 4 years ago

arondeparon commented 4 years ago

The current version is compatible up to 7.x. Installing this dependency on a setup with passport 8.x will yield errors.

MattApril commented 3 years ago

For anyone interested, I've added Passport 8.x support to my own fork here: https://github.com/MattApril/laravel-oauth-introspection/commit/3fd70f7611e63990fc8c468f89cfd8a8ab86250f

rokde commented 3 years ago

@MattApril do you want to make pull request?

MattApril commented 3 years ago

Yes, I can find some time today hopefully. I did not think this was still maintained.

On Tue, Apr 20, 2021, 7:42 AM Robert Kummer @.***> wrote:

@MattApril https://github.com/MattApril do you want to make pull request?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ipunkt/laravel-oauth-introspection/issues/12#issuecomment-823205653, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABCK5MPAPVH4HJH3ARDAELDTJVSA3ANCNFSM4KHA5NSA .

abbluiz-userh commented 3 years ago

I suppose Passport 10.x compatibility also yields errors, of course.

abbluiz-userh commented 3 years ago

Laravel Passport 10.x compatibility seems to be working with some modifications found in this fork:

https://github.com/userh-dev/laravel-oauth-introspection

Changes from @MattApril were also ported.