From 87717374cc700d46783129afdc3a0222fc8a1235 Mon Sep 17 00:00:00 2001 From: Eggman20339 Date: Tue, 30 Apr 2024 21:30:50 -0400 Subject: [PATCH] small cange --- working build.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/working build.py b/working build.py index 0df24c6..18ee997 100644 --- a/working build.py +++ b/working build.py @@ -119,7 +119,12 @@ result = client.get_assertion(request_options["publicKey"]) # Only one cred in allowCredentials, only one response. result = result.get_response(0) - +print( str(state), + str(credentials), + str(result.credential_id), + str(result.client_data), + str(result.authenticator_data), + str(result.signature),) # Complete authenticator server.authenticate_complete( state,