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,