© 2026 Hedgehog Software, LLC
socialProviders: { line: { clientId: process.env.LINE_CHANNEL_ID ?? "", clientSecret: process.env.LINE_CHANNEL_SECRET ?? "", redirectURI: "http://localhost:3000/api/auth/callback/line", scope: ["profile", "openid"], disableDefaultScope: true, }, },