PHP-Open-Source-Saver / jwt-auth

🔐 JSON Web Token Authentication for Laravel & Lumen
MIT License
729 stars 113 forks source link

Fixes #258 whereby logout fails if the JWT already being used has exp… #259

Closed specialtactics closed 4 months ago

specialtactics commented 4 months ago

Description

Fixes #258 by catching our exceptions on token invalidation and proceeding with framework logout.

Checklist:

specialtactics commented 4 months ago

Awesome thanks @Messhias