1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 21:20:27 +00:00

Reference ticket for extension support TODO

This commit is contained in:
Isaiah Inuwa
2026-01-16 12:18:52 -06:00
parent f901aac56f
commit c7845cbe81

View File

@@ -57,7 +57,8 @@ pub struct PasskeyAssertionRequest {
/// On Windows, this is a base64-string representing the following data:
/// `request transaction id (GUID, 16 bytes) || SHA-256(pluginOperationRequest)`
pub context: String,
// pub extension_input: Vec<u8>, TODO: Implement support for extensions
// TODO(PM-30510): Implement support for extensions
// pub extension_input: Vec<u8>,
}
/// Request to assert a credential without user interaction.