laravel-oauth-introspection icon indicating copy to clipboard operation
laravel-oauth-introspection copied to clipboard

Passport 8.x compatibility

Open arondeparon opened this issue 5 years ago • 5 comments

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

arondeparon avatar Jan 15 '20 10:01 arondeparon

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

MattApril avatar Apr 19 '21 20:04 MattApril

@MattApril do you want to make pull request?

rokde avatar Apr 20 '21 11:04 rokde

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 .

MattApril avatar Apr 20 '21 12:04 MattApril

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

abbluiz-userh avatar Jul 30 '21 19:07 abbluiz-userh

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.

abbluiz-userh avatar Jul 30 '21 19:07 abbluiz-userh