tymondesigns / jwt-auth

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

Random @deprecated docs #2248

Open func0der opened 6 months ago

func0der commented 6 months ago

I found @deprecated php docs in the source code in random places like here https://github.com/tymondesigns/jwt-auth/blob/51620ebd5b68bb3ce9e66ba86bda303ae5f10f7f/src/JWTAuth.php#L17

The came in with this PR: https://github.com/tymondesigns/jwt-auth/pull/2065 It says something about classes removed in version 2.x which is already out.

I can not find any replacement for these deprecated classes and why they are deprecated in the first place. Or any migration guide.

Can somebody enlighten me?

Rohith255 commented 2 weeks ago

Hi @func0der any update on this, recently I upgraded my Laravel project and then noticed the deprecated in some PHP docs.