Closed rexyou0831 closed 1 year ago
Where's the log?
There is no log provided and no error out. I'm just able to continuous to access the logout function even got middleware to block it.
So nothing happens? Can you provide a video or something? Here at my side it's working fine.
Logout function not working
Logout function not working even I follow the solution from #157
Your environment:
Steps to reproduce
Call Auth::logout() or auth()->logout()
Expected behaviour
Should be work only one time with token then the next with same token should not able to call logout
Actual behaviour
Now can use token to enter logout unlimited even I had set
JWT_SHOW_BLACKLIST_EXCEPTION
istrue
in my.env
file.