fix(desktop):add secure auth ipc bridge

This commit is contained in:
Anish Sarkar 2026-06-23 12:55:36 +05:30
parent 7241a7a894
commit f481d1360a
3 changed files with 101 additions and 0 deletions

View file

@ -42,6 +42,11 @@ export const IPC_CHANNELS = {
// Auth token sync across windows
GET_AUTH_TOKENS: 'auth:get-tokens',
SET_AUTH_TOKENS: 'auth:set-tokens',
GET_ACCESS_TOKEN: 'auth:get-access-token',
REFRESH_ACCESS_TOKEN: 'auth:refresh-access-token',
LOGOUT: 'auth:logout',
AUTH_CHANGED: 'auth:changed',
AUTH_START_GOOGLE: 'auth:start-google',
// Keyboard shortcut configuration
GET_SHORTCUTS: 'shortcuts:get',
SET_SHORTCUTS: 'shortcuts:set',