-
Notifications
You must be signed in to change notification settings - Fork 2
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
More details in the README.md #11
Comments
Are you executed migration script and created if you don't have
Also, if there is an error log in the Thanks. |
Thank you very much for your answer and the cookie is now working well. However, there is one weird thing left. I'll try to describe it my best:
There is no error about this problem in the Thanks for your help! |
Thank you for the report. |
Hmmm. Currently, it seems that the session of user information is also set at the time of user authentication with AuthComponent. https://github.com/cakephp/cakephp/blob/3.7.4/src/Controller/Component/AuthComponent.php#L755 The cause may be the timing of get user information in display logic, but I am not sure. |
Hey hi!
Thank you very much for the work you've done here! I juste have one or two questions on how to use your plugin. I installed it via composer and loaded it from the Auth Component.
Plus in my login form I added the following lines :
Is there anything else that is needed to make the plugin works? After a login, nothing happends and there is no cookie generated.
Maybe I missed something? It would be great if you could add some informations regarding the installation.
I'm using
php 7.2.7
andCakephp 3.7
The text was updated successfully, but these errors were encountered: