jwt-auth-demo
jwt-auth-demo copied to clipboard
What about logout?
How would you implement a logout call in the AuthController? All of the examples use auth()->logout(). This fails when I call it.