Viewing linked passkeys/sessions (by clicking either one of them).

This commit is contained in:
2025-12-04 01:21:52 +00:00
parent 2ecf8433a1
commit aa4b1bfd42
6 changed files with 80 additions and 11 deletions
+1
View File
@@ -108,6 +108,7 @@ async def format_user_info(
sessions_payload.append(
{
"id": tokens.encode_session_key(entry.key),
"credential_uuid": str(entry.credential_uuid),
"host": entry.host,
"ip": entry.ip,
"user_agent": useragent.compact_user_agent(entry.user_agent),