Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
似乎有关使用 Cognito 保护 API 的所有信息都需要使用 AWS API Gateway,但此网关需要额外付费,并且还有许多其他 API Gateway 产品可用。
您可以将 Cognito 返回的 id 或访问令牌提供给您正在使用的任何 API 系统,并自己验证令牌。
请参阅https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-using-tokens-verifying-a-jwt.html
我正在使用 CodeIgniter 的锚标记来生成链接
这是我在视图中使用的代码:
<?=anchor('blog/post/'.$row->id,$row->title);?>
上面的代码正在渲染 url
<a h