#2290·jwt-auth

JWTAuth::parseToken()->authenticate();

Author: Cofa12Created May 24, 2025Updated Jun 14, 2025

There is a security issue with that function , it use the sun which is usually id . but think about that approach , If I authenticated and get the id 1 and make a process depends on JWT token then I deleted the DB when I authenticated again the JWT SUB will take the id 1 . so the previous one is valid . How ??