laravel-oauth-introspection
laravel-oauth-introspection copied to clipboard
Passport 8.x compatibility
The current version is compatible up to 7.x. Installing this dependency on a setup with passport 8.x will yield errors.
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 do you want to make pull request?
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 .
I suppose Passport 10.x compatibility also yields errors, of course.
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.