small cange
This commit is contained in:
parent
7f9af3d270
commit
87717374cc
@ -119,7 +119,12 @@ result = client.get_assertion(request_options["publicKey"])
|
|||||||
|
|
||||||
# Only one cred in allowCredentials, only one response.
|
# Only one cred in allowCredentials, only one response.
|
||||||
result = result.get_response(0)
|
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
|
# Complete authenticator
|
||||||
server.authenticate_complete(
|
server.authenticate_complete(
|
||||||
state,
|
state,
|
||||||
|
Loading…
Reference in New Issue
Block a user