forked from arnaud-lb/oauth2-php
-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
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.
Line 861 in a41fef6
$token = $this->createAccessToken($client, $stored['data'], $scope, $stored['access_token_lifetime'], $stored['issue_refresh_token'], $stored['refresh_token_lifetime']); |
Metadata
Metadata
Assignees
Labels
No labels