python-social-auth / social-app-django

Python Social Auth - Application - Django
BSD 3-Clause "New" or "Revised" License
2k stars 374 forks source link

Support for resource owner password(Authorization grant type) based flow #309

Open tomvictor opened 3 years ago

tomvictor commented 3 years ago

Expected behavior

Is there a way to implement recourse- owner/password based Authorization grant type flow using social-app-django ?

Notes :

Actual behavior

Suppose we have created a authorization server using django-oauth-toolkit , and added a app with recourse-owner/password, social-app-django should provide a mechanism to integrate the above server as authentication backend.

tomvictor commented 3 years ago

Expected Flow

Authentication Flow

Authorization Flow