I searched the Internet but could not find the answer.
Basically, I want to know if the Django Oauth Toolkit supports both a two-legged and a three-legged approach, and if so, how do I use it exactly?
I use it with the Django Rest Framework.
I think their official documentation example suggests that they use a two-legged approach, but is it possible to use a three-legged
Greetings
source
share