Passing verification variables through Middleware #241
Unanswered
thoughtfulviewfinder
asked this question in
Q&A
Replies: 1 comment
-
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.
-
Hello,
I am new to Leaf PHP but I am learning how to setup Middleware to run a JWT verification.
I have got the middleware running perfectly and exiting when the JWT verification fails. Now I would like to pass on the decoded JWT variables to the route, I am unable to understand how to pass it. I tried going through the Middleware documentation and didn't see a section describing this. Could someone point me to the right direction?
Thanks,
Cheese.
Beta Was this translation helpful? Give feedback.
All reactions