Token Based User Authentication With Django
Aug 26, 2021 · 9 min read · INTRODUCTION When creating a REST API for client applications to communicate with, it is common to want it to have some authentication and permissions. In this post I would like to walk through the set up of the API for a Books collection application...
BABHARATH and 1 more commented