We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93458fb commit 1320418Copy full SHA for 1320418
src/server.ts
@@ -143,7 +143,7 @@ export async function getServerWithPlugins() {
143
password: getConfig('GOOGLE_APPLICATION_CLIENT_RANDOM_PASSWORD'),
144
clientId: getConfig('GOOGLE_APPLICATION_CLIENT_ID'),
145
clientSecret: getConfig('GOOGLE_APPLICATION_CLIENT_SECRET'),
146
- isSecure: isProd() ? true : false,
+ isSecure: false,
147
// providerParams: {
148
// display: 'popup',
149
// },
@@ -154,7 +154,7 @@ export async function getServerWithPlugins() {
154
cookie: {
155
name: 'XTU_GOOGLE',
156
password: getConfig('COOKIE_PASSWORD'),
157
158
path: '/',
159
isSameSite: false,
160
},
0 commit comments