AWS cognito required login in django rest api

I'm working on integrating aws congito login/register in a django react js app and i want to add the login_required decorator with cognito .

Any kind of information will be appreciated

Back to Top