Matthew April

Results 12 comments of Matthew April

Did you ever figure this out? I just started my own attempt at using Passport and Adldap as well, and ran into this issue.

> Among [repository forks](https://github.com/gionkunz/chartist-js/network), some that stand out to me as having more than one extra commit on top of master: Awesome thanks! I've never seen that Netowrk Graph before.

That's excellent news, thanks!

I logged another instance of the error from Firefox 99.0 on MacOS 10.15 over the weekend: `Document.elementFromPoint: Argument 1 is not a finite floating-point value`

Lumen itself is largely abandoned at this point, I would suggest switching to Laravel if you are using passport.

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

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

Calling validateAuthenticatedRequest does not impose a requirement of using the token to be introspected as the token for validation. You can (and should) use another token, such as one from...

With that being said, I also disagree the with implementation of this. It should be setup so that any guard(s) can be configured for the route. i.e. basic auth, passport,...