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

Config.php Optional AWS Credentials compared to AWS Amplify Javascript libraries for Cognito #24

Open
nvestsite opened this issue Mar 21, 2019 · 1 comment

Comments

@nvestsite
Copy link

nvestsite commented Mar 21, 2019

Since AWS credentials key and secret are optional, these fields could be marked as optional and dropped since they otherwise present a security risk being exposed around? Also, the javascript AWS amplify versions of cognito don't have them. So, do we actually need them here?


<?php
return [
     'credentials' =**> [
        'key' => '',
        'secret' => '',
    ],



'region' => '',
'version' => '',
'app_client_id' => '',
'app_client_secret' => '',
'user_pool_id' => '',
];
?>

@nvestsite nvestsite changed the title Config.php Optional Credentials Config.php Optional AWS Credentials compared to AWS Amplify Javascript libraries for Cognito Mar 21, 2019
@roshnimansuri
Copy link

Hi, I am looking for the same! Please let me know if you have successfully done with cognito integration in cakephp application. Any help appreciated! Thanks

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

2 participants