-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exp time bug #18
Labels
bug
Something isn't working
Comments
if build expired token ,then it can't thow exception. but if annotation build expired token .then it can thow exception. like this:
|
This is a bug. I fixed this problem in the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I find a bug in php-cli mode. if code run in php-cli mode, the exp time can't valid. I think may be the C function to get time have problem . example: I use swoft framework and I have add middleware to valid token , and I set exp is time() + 10 . but 30 second after .it also can use
The text was updated successfully, but these errors were encountered: