Replies: 2 comments 12 replies
-
I would suggest you follow the upgrade path: Version 3.4 should be helpful (it was when I worked on a similar task some years ago), and then go to 4.x and 5.x. This may sound like a lot of useless steps, but the library tries to send helpful deprecation and change comments (turn on the error level in PHP to E_ALL for them to surface in your tests). Also read the docs. Especially the one valid for these earlier versions. And follow the upgrading steps: https://lcobucci-jwt.readthedocs.io/en/4.4.x/upgrading/ |
Beta Was this translation helpful? Give feedback.
-
In which file should I make this change? |
Beta Was this translation helpful? Give feedback.
-
Good afternoon devs.
I'm an almost junior dev (hahaha), and I've been in the field for about a year. To make sure I don't miss any work, I'm accepting all challenges.
The latest task that came my way is to update an entire API for a system. The big issue is that it was using JWT 3.3.3, and I'm having trouble making it work on 5.2 because a lot has changed.
Can anyone help if I share a screenshot of how it's currently configured?
Beta Was this translation helpful? Give feedback.
All reactions