django-cognito-jwt icon indicating copy to clipboard operation
django-cognito-jwt copied to clipboard

Example authentication flow?

Open brylie opened this issue 6 years ago • 5 comments

Could you add an example authentication flow to the README? That would be helpful, to see how this authentication works from the client.

brylie avatar Feb 12 '19 09:02 brylie

After I check the code. Frontend supposed to get token from the AWS. Then with the given document Django just do a validation on it. To avoid double requests.

elcolie avatar Jun 06 '19 12:06 elcolie

I feel there is a lot of valuable information in the conversations as to how this library should be implemented, so I would like to add a PR to improve the documentation.

OmairK avatar Aug 27 '19 16:08 OmairK

https://medium.com/@sarit.r/aws-cognito-and-jwt-token-850dd252750f Hope this help

elcolie avatar Dec 05 '19 10:12 elcolie

It's too specific IMO, the example in Medium. My use case is using it in API and not in Django admin user management. Can someone post an example from their own experience or a different resource? Thanks a lot.

mrgoos avatar Jun 08 '20 15:06 mrgoos

Hey, any updates on this? I'm not managing to make it work, even following the Medium article

matiszz avatar Feb 10 '22 14:02 matiszz