Django Rest Framework
Django Rest Framework
Django restframework browsable API login with Django
I have created a sample API using djangorestframework which works fine and I can use the browsable API without any problem. Then I added the outh2 certification mentioned on the official website, which also worked fine. I can use the following to get an access token
I can use curl to browse my API using an access token.
Comments
Post a Comment