Skip to content

Commit 4ba91da

Browse files
authored
Update README.md
Fix formatting.
1 parent c7a07d7 commit 4ba91da

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,23 @@ The full tutorial on Medium lives here:
1010

1111
## Tutorial content
1212
Part 1 - Django:
13+
1314
1. [Django Custom User](https://github.com/Toruitas/Complete-JWT-Authentication/tree/1_1_custom_user)
15+
1416
2. [DRF serializers and auth](https://github.com/Toruitas/Complete-JWT-Authentication/tree/1_2_DRF_serializers_auth)
1517

1618
Part 2 - React:
19+
1720
3. [Installing React inside our Django project as a standalone app](https://github.com/Toruitas/Complete-JWT-Authentication/tree/2_1_installing_react)
21+
1822
4. [Preparing React for Authentication, with routing, and the signup & login forms](https://github.com/Toruitas/Complete-JWT-Authentication/tree/2_2_preparing_react)
23+
1924
5. [Axios for requests and tokens](https://github.com/Toruitas/Complete-JWT-Authentication/tree/2_3_axios)
25+
2026
6. [Logging out & blacklisting tokens](https://github.com/Toruitas/Complete-JWT-Authentication/tree/2_4_logging_out)
2127

2228
Requirements:
2329
* Django 2 or 3
2430
* Django Rest Framework
2531
* Python 3
26-
* React 16.8 and up
32+
* React 16.8 and up

0 commit comments

Comments
 (0)