Skip to content

Commit

Permalink
Update AuthenticationController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
joetannenbaum committed Feb 17, 2023
1 parent 1c1a88a commit 2925a21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Http/Controllers/AuthenticationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ public function verify(Request $request, ServerRequestInterface $serverRequest)
]);
}

\Log::info($authenticatorAssertionResponse->getUserHandle());

\Log::info(session(self::CREDENTIAL_REQUEST_OPTIONS_SESSION_KEY));

// Check the response from the device, this will
// throw an exception if the response is invalid.
// For the purposes of this demo, we are letting
Expand Down

0 comments on commit 2925a21

Please sign in to comment.