mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-10 22:32:16 +02:00
fix(desktop):add secure auth ipc bridge
This commit is contained in:
parent
7241a7a894
commit
f481d1360a
3 changed files with 101 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue