How to verify JWT from AWS Cognito in the API backend?

后端 未结 10 577
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-12 11:17

I\'m building a system consisting of an Angular2 single page app and a REST API running on ECS. The API runs on .Net/Nancy, but that might well change.

I would like

10条回答
  •  死守一世寂寞
    2020-12-12 11:42

    Someone also wrote a python package called cognitojwt that works in both async/sync mode to decode and verify Amazon Cognito JWT.

提交回复
热议问题