#2255·jwt-auth

How does the jwt invlalidating works ?

Author: elhannaoui-ayoubCreated Apr 19, 2024Updated Jul 30, 2025

Please how can you invalidate a token to log out a user ? I saw yout documentation i found that you can invalidate a token ( auth()->invalidate() ) or blacklist it without the need of a database , how can that be possible ?