How to use social authentication with Django GraphQl ?
Please be more specific. Identify in detail what you’re trying to accomplish here.
1 Like
Hi, Ariadne GraphQL lead dev here.
Short answer: you don’t.
Social auth is separate flow implemented using other protocol (OIDC/OAuth/etc/ect) that should produce auth tokens for your client to then send to your GraphQL API.