krisanalfa / lumen-jwt

Lumen with JWT Authentication, Dingo API and CORS Support
258 stars 80 forks source link

The token is still valid after having generated a new one #3

Closed dnsdirmx closed 8 years ago

dnsdirmx commented 8 years ago

Hi I have a question, as I can change where I store the token. to test the previous token is still valid , if more than one application command to start validating previous session tokens. Excuse my English

krisanalfa commented 8 years ago

Hi, I reproduced the issue, but everything works fine. Could you tell me how to reproduce this bugs?

krisanalfa commented 8 years ago

Actually this is not a bug. You should invalidate the old token to make old token become invalid.