KA ID : client ka-android (app Android native)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 changed file +5 −0
modified
src/lib/sso.ts
+5 −0
@@ -67,6 +67,11 @@ export const SSO_CLIENTS: Record< | ||
| 67 | 67 | redirectPrefixes: ["https://www.resto-ka.com/", "http://localhost:8115/"], |
| 68 | 68 | secretEnv: "KA_SSO_SECRET_RESTO_KA", |
| 69 | 69 | }, |
| 70 | + "ka-android": { | |
| 71 | + label: "KA (app Android)", | |
| 72 | + redirectPrefixes: ["ka-android://auth"], | |
| 73 | + secretEnv: "KA_SSO_SECRET_KA_ANDROID", | |
| 74 | + }, | |
| 70 | 75 | "ka-ios": { |
| 71 | 76 | label: "KA (app iOS)", |
| 72 | 77 | redirectPrefixes: ["ka-ios://auth"], |
| 73 | 78 | |