Modern Django: Part 4: Adding authentication to React SPA using DRF
In the last post we managed to create/read/update/delete notes directly into the database using the API created by Django Rest Framework with a React Frontend. In this one will we allow users to maintain separate notes and protect them using authentication.
The code for this repository is …