tymondesigns / jwt-auth

🔐 JSON Web Token Authentication for Laravel & Lumen

Home Page:https://jwt-auth.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random @deprecated docs

func0der opened this issue · comments

I found @deprecated php docs in the source code in random places like here

/** @deprecated */

The came in with this PR: #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?