You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client request with a valid authCode an accessToken.
Expected behavior
The server checks if already a valid, not expired accessToken exists. If yes, this token would be sent. Otherwise a new token would be generated and send.
Actual behavior
The server generates everytime a new accessToken. So I have multiple valid tokens for the same client.
This is an issue because it defeats the purpose of rate limits which now must be made against user/client combo, making it harder to do with prebuilt solutions.
Scenario
The client request with a valid authCode an accessToken.
Expected behavior
The server checks if already a valid, not expired accessToken exists. If yes, this token would be sent. Otherwise a new token would be generated and send.
Actual behavior
The server generates everytime a new accessToken. So I have multiple valid tokens for the same client.
oauth2-php/lib/OAuth2.php
Line 861 in a41fef6
The text was updated successfully, but these errors were encountered: