Skip to content

Commit de02f1a

Browse files
feat: add kiro: protocol to external app whitelist
Adds 'kiro:' to ALLOWED_EXTERNAL_APP_PROTOCOLS to enable session token injection for kiro.dev URIs when opened from the workspace page. This allows kiro.dev applications to receive the user's session token for authentication when launched via kiro:// protocol links. Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
1 parent 52c4b61 commit de02f1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/modules/apps/apps.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const ALLOWED_EXTERNAL_APP_PROTOCOLS = [
2222
"cursor:",
2323
"jetbrains-gateway:",
2424
"jetbrains:",
25+
"kiro:",
2526
];
2627

2728
type GetVSCodeHrefParams = {

0 commit comments

Comments
 (0)