État du nœud — MAJ src/lib/sso.ts + variante poster auto-ka
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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 | |