📜  notauthorizedexception aws cognito - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:40.384000             🧑  作者: Mango

代码示例1
When creating a web application using the Javascript SDK you cannot use a secret key as there is no where to store it. This will cause the exception you are seeing.

As you discovered, creating an app without a secret key solves the issue.