Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephster committed Sep 25, 2023
1 parent ab39ef6 commit 2575a3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Grant/DeviceCodeGrant.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ public function respondToDeviceAuthorizationRequest(ServerRequestInterface $requ
$scopes
);

// TODO: Why do we need this? Why not just generate a random number? Is it a security concern?
// TODO: Do I need to set the interval in this?
// TODO: Check payload generation
$payload = [
'device_code_id' => $deviceCode->getIdentifier(),
'user_code' => $deviceCode->getUserCode(),
Expand Down

0 comments on commit 2575a3e

Please sign in to comment.