firebase / php-jwt

PHP package for JWT
BSD 3-Clause "New" or "Revised" License
9.29k stars 1.26k forks source link

Error em shared web server #349

Closed igoluciano closed 1 year ago

igoluciano commented 2 years ago

Friends, I'm using JWT right on my local machine with codeigniter 4 and then when I send my application to a shared web server it works in parts, like, I register a new user, get the token from the database and when I do some action with the token that gives me authorization to continue the same returns me status 401 .... can someone help me?

Krisell commented 2 years ago

This is not a support forum. What you are describing does not sound like a problem with this JWT package, but rather with your application or Codeigniter. I suggest you try to seek help from a support channel instead.

If you still think there is a bug in this package, you need to describe the problem in much more detail and provide steps to reproduce this in a minimal example.

ajupazhamayil commented 1 year ago

Closing this inactive issue. Thank you for the discussion.