DEV Community

Cover image for Implementing JWT Authentication and User Profile with Django Rest API Part 3

Implementing JWT Authentication and User Profile with Django Rest API Part 3

Kenneth Kimani on April 17, 2023

Introduction Welcome back to part three of our React and Django series, where we're creating a Notes app from scratch. As we know, secur...
Collapse
 
louien profile image
louien

Great post, but I wish you included how you tied it up all together at the end. in your testing, you only testing the login from the backend (127.0.0.1:8000) and not from the frontend. how do you pass your JWT tokens to the frontend and how do you handle subsequent requests?

Collapse
 
nemanja333 profile image
Nemanja Djordjevic

Hello, let me know what happened to your github.
Github link you provided seems incorrect.
Please update the article.
Thank you.

Collapse
 
mosesmbadi profile image
mosesmbadi

Did you include the function to only allow authenticated users to access the createnote endpoint? I couldn't find it. I'm working on something similar and I'm stuck