-
Notifications
You must be signed in to change notification settings - Fork 8
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
Could not have "Sign In with Cognito" link in the login page #1
Comments
Hi @marcoarruda , I am looking for the same. If you get anything to integrate Cognito with cakephp then please let me know. Any help will be appreciated! Thanks |
Hi! So far nothing from here, thanks for the support on that issue |
Hey guys @roshnimansuri @marcoarruda, I am sorry I have missed this. I have updated article because I noticed some configuration details were in a wrong section. If you are using Users plugin templates as recommended you just need to enable social login using
What I usually do is copying the whole users.php file to my app/config folder and then I add any configuration I want to include like previous one. Remember you also need to include clientID, secret, etc using:
Please let me know if you still have problems and include your custom users.php file, you should remove sensitive information before pasting content here. |
Hi, I think I had the same issue with the docs but worked my way through it. are missing a line of code. It says Add the following code to your src/Application.php pluginBootstrap() method to ensure we override the plugin defaults But there is no code snippet after. Working my way through the main cakedc plugin docs I found the answer. Find where it says Also don't forget that config/users.php must start with Matt |
Also on Cakephp 4.3 I also had to fix the routing syntax
Same as this issue from teh main cakedc changed in both vendor/cakedc/users/config/routes.php Lastly, After running |
Hello,
I tried to follow the tutorial found here: https://www.cakedc.com/ajibarra/2019/03/15/how-to-cakephp-cakedc-users-and-amazon-cognito
But at the end I could not find the link "Sign In with Cognito" at the login page.
Is there something missing? Maybe I need to create the link manually and don't get it throughout the instructions.
Thanks in advance
The text was updated successfully, but these errors were encountered: