We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd57536 commit ff8b57eCopy full SHA for ff8b57e
demo_client/main.py
@@ -38,7 +38,7 @@ async def run(cmd):
38
user_data = {
39
"id": 1,
40
"name": username,
41
- "user_handle": user_handle,
+ "user_handle": util.b64_encode(user_handle),
42
"cred_id": util.b64_encode(auth_data.cred_id),
43
"pub_key": util.b64_encode(auth_data.pub_key_bytes),
44
"sign_count": auth_data.sign_count,
0 commit comments