()
| 157 | } |
| 158 | |
| 159 | export function getZooCodeBaseUrl(): string { |
| 160 | return process.env.ZOO_CODE_BASE_URL || "https://www.zoocode.dev" |
| 161 | } |
| 162 | |
| 163 | export async function handleAuthCallback(token: string): Promise<boolean> { |
| 164 | if (!token || !token.startsWith("zoo_ext_")) { |
no outgoing calls
no test coverage detected