feat(auth): make auth works with desktop, web and embedded apps

This commit is contained in:
Yann Amsellem
2025-10-27 17:55:52 +01:00
parent 26f6b2306d
commit bcc7632008
25 changed files with 1840 additions and 1474 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '22'
cache: 'npm'
- name: Install dependencies