Proper way to authenticate graphql with facebook

360 Views Asked by At

I'm doing web application using graphql (ariadne) + Django. Now I want to integrate it with Facebook authentication without using DRF. So I wanted to use jwt. Is there any good practice or suggestions ? What is the proper way of doing authentication in graphql ?

0

There are 0 best solutions below