Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined property: Config\App::$cookieDomain #625

Open
chalsen opened this issue Jun 21, 2024 · 0 comments
Open

Undefined property: Config\App::$cookieDomain #625

chalsen opened this issue Jun 21, 2024 · 0 comments

Comments

@chalsen
Copy link

chalsen commented Jun 21, 2024

VENDORPATH\myth\auth\src\Authentication\AuthenticationBase.php at line 230

223 $response = service('response');
224
225 // Create the cookie
226 $response->setCookie(
227 'remember', // Cookie Name
228 $token, // Value
229 $this->config->rememberLength, // # Seconds until it expires
230 $appConfig->cookieDomain,
231 $appConfig->cookiePath,
232 $appConfig->cookiePrefix,
233 $appConfig->cookieSecure, // Only send over HTTPS?
234 true // Hide from Javascript?
235 );
236 }
237

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant