MCPcopy Create free account
hub / github.com/bewcloud/bewcloud / isCookieDomainSecurityDisabled

Method isCookieDomainSecurityDisabled

lib/config.ts:158–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 }
157
158 static async isCookieDomainSecurityDisabled(): Promise<boolean> {
159 await this.loadConfig();
160
161 return this.config.auth.skipCookieDomainSecurity;
162 }
163
164 static async isEmailVerificationEnabled(): Promise<boolean> {
165 await this.loadConfig();

Callers 4

logoutUserFunction · 0.80
createSessionCookieFunction · 0.80
createSessionCookieMethod · 0.80
createSessionCookieMethod · 0.80

Calls 1

loadConfigMethod · 0.95

Tested by

no test coverage detected