Skip to content

Commit c7a07d7

Browse files
committed
Update Readme
1 parent 0519ec6 commit c7a07d7

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,24 @@ By: Stuart Leitch
33

44
This GitHub repo accompanies my tutorial on the subject of how to use JWT Authentication with Django and React.
55

6+
If you want to use React as a frontend with Django Rest Framework as a backend, you'll notice that getting the Authentication system set up presents one of the largest early hurdles. Follow this tutorial to build a really ugly website demonstrating the process from start to finish, including Custom Users, refreshing tokens, and protected views. It's the tutorial I wish I had when I first started.
67

8+
The full tutorial on Medium lives here:
9+
10+
11+
## Tutorial content
12+
Part 1 - Django:
13+
1. [Django Custom User](https://github.com/Toruitas/Complete-JWT-Authentication/tree/1_1_custom_user)
14+
2. [DRF serializers and auth](https://github.com/Toruitas/Complete-JWT-Authentication/tree/1_2_DRF_serializers_auth)
15+
16+
Part 2 - React:
17+
3. [Installing React inside our Django project as a standalone app](https://github.com/Toruitas/Complete-JWT-Authentication/tree/2_1_installing_react)
18+
4. [Preparing React for Authentication, with routing, and the signup & login forms](https://github.com/Toruitas/Complete-JWT-Authentication/tree/2_2_preparing_react)
19+
5. [Axios for requests and tokens](https://github.com/Toruitas/Complete-JWT-Authentication/tree/2_3_axios)
20+
6. [Logging out & blacklisting tokens](https://github.com/Toruitas/Complete-JWT-Authentication/tree/2_4_logging_out)
721

822
Requirements:
923
* Django 2 or 3
10-
* Python 3 only
11-
* React ~16.8
24+
* Django Rest Framework
25+
* Python 3
26+
* React 16.8 and up

0 commit comments

Comments
 (0)