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%

KA ID : enregistrement du client SSO toit-ka (www.toit-ka.com)

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

1 changed file +5 −0

modified src/lib/sso.ts +5 −0
@@ -47,6 +47,11 @@ export const SSO_CLIENTS: Record<
47 47 redirectPrefixes: ["https://www.ora-ka.com/"],
48 48 secretEnv: "KA_SSO_SECRET_ORA_KA",
49 49 },
50 + "toit-ka": {
51 + label: "Toit·Ka",
52 + redirectPrefixes: ["https://www.toit-ka.com/", "http://localhost:8097/"],
53 + secretEnv: "KA_SSO_SECRET_TOIT_KA",
54 + },
50 55 };
51 56
52 57 /**
53 58