I want to integrate third party authentication with AWS Cognito in my webapp. I have a React JS app with a django backend.
I found this tutorial but I dont really get how this will work with an existing frontend application rather than how to implement it.
if a user logs into the frontend and is authenticated via cognito (other question: is a backend in Amplify necessary?), can the token be passed to the django API - does cognito then need to be called again in django? this step is not yet completely clear to me.
Any help is appreciated. Are there no examples for react + DRF?