tymondesigns / jwt-auth

🔐 JSON Web Token Authentication for Laravel & Lumen
https://jwt-auth.com
MIT License
11.24k stars 1.55k forks source link

php 8.1 problem #2198

Open juanIgnacioGM opened 1 year ago

juanIgnacioGM commented 1 year ago

Hi, We have version 1.0.2 and we have updated to php 8.1 We are getting problems with the Payload::offsetExists($key) method As we have seen in later versions of the library, this error is solved. We would like to know when they will have a definitive version in which the problem is solved.

Greetings and thank you.

mfn commented 1 year ago

You my try https://github.com/PHP-Open-Source-Saver/jwt-auth , which was forked from here and supports 8.1 🤞🏼