iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.64k stars 306 forks source link

How state is validated when using Social Auth? #457

Open pplonski opened 1 year ago

pplonski commented 1 year ago

I'm trying to use the Social Auth with Github as provider. I don't understand how the state is validated. When I open URL to pass code from provider I don't know where to pass state?

image