In this case, you will really rely on the Django Rest Framework to support OAuth2, not Stormpath. Stormpath will only provide the User model that DRF uses in the backend - nothing more.
This was the design decision we made to simplify the data model.
I am currently exploring ways to add OAuth2 as a first-class Stormpath function in Django, but currently this is the way down the line.
source
share