Error: Call to undefined method Leaf\Http\Response::next() #259
Unanswered
thoughtfulviewfinder
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @thoughtfulviewfinder it looks like you need to update your leaf version. You're currently running v3.5, you need to update to either 3.6 or 3.7 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to implement a JWT verification middleware. The Middleware functions as expected but when I try to introduce the
response()->next($token);throws an error. I am currently using the following packages.
"leafs/leaf": "^3.5",
"leafs/auth": "^2.3",
"leafs/db": "^2.1",
"firebase/php-jwt": "^6.10"
Following the documentation mentioned here: url=https://leafphp.dev/docs/routing/middleware.html
Beta Was this translation helpful? Give feedback.
All reactions