AYON integration: ticket SSO + task boards (v1.0) #1

Merged
Hermes merged 5 commits from ayon-integration into main 2026-09-04 23:43:01 +00:00
Showing only changes of commit ec9be5b05d - Show all commits
+1
View File
@@ -826,6 +826,7 @@ async function seedAdminFromEnv() {
// Collection that holds all AYON task boards. // Collection that holds all AYON task boards.
const AYON_COLLECTION_NAME = 'AYON'; const AYON_COLLECTION_NAME = 'AYON';
const { v4: uuidv4 } = require('uuid');
/** /**
* Get-or-create the internal user row backing an AYON identity. * Get-or-create the internal user row backing an AYON identity.