SPB Git forge

spb/groupe-ka

Public

Groupe KA — site du holding + KA ID (compte unique & SSO des 7 plateformes). Next.js 16, SQLite, Google & Apple login.

81commits 1branches 0releases
89.2 MBsize
maindefault branch
22 days agolast push
TypeScript 70.4% HTML 18.4% JavaScript 4% Python 3.8% CSS 3.4%

État du nœud — MAJ src/lib/sso.ts + variante poster auto-ka

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Simon-Pierre Boucher committed 1 mo ago (Aug 17, 2026) parent bceb61c

2 changed files +5 −0

added assets/poster/pdf/auto-ka-app-poster 2.pdf +0 −0

Binary file not shown.

modified src/lib/sso.ts +5 −0
@@ -62,6 +62,11 @@ export const SSO_CLIENTS: Record<
62 62 redirectPrefixes: ["https://www.sorti-ka.com/", "http://localhost:8120/"],
63 63 secretEnv: "KA_SSO_SECRET_SORTI_KA",
64 64 },
65 + "resto-ka": {
66 + label: "Resto·Ka",
67 + redirectPrefixes: ["https://www.resto-ka.com/", "http://localhost:8115/"],
68 + secretEnv: "KA_SSO_SECRET_RESTO_KA",
69 + },
65 70 };
66 71
67 72 /**
68 73