Releases: Iconic-fire/todo-app
Releases · Iconic-fire/todo-app
JWT token stored in local storage
What's Changed
- Backend project initialize by @satyam-seth in #2
- Create and Install Core App by @satyam-seth in #4
- Add Todo model by @satyam-seth in #6
- Use env var for secrets by @satyam-seth in #10
- Todo model admin by @satyam-seth in #8
- Home page by @satyam-seth in #13
- Todo list page by @satyam-seth in #14
- Todo detail page by @satyam-seth in #16
- Add Todo Create form by @satyam-seth in #20
- Update todo page by @satyam-seth in #22
- Add todo mark complete action by @satyam-seth in #24
- Show message using django message framework by @satyam-seth in #26
- Setup drf by @satyam-seth in #27
- Todos api by @satyam-seth in #30
- Todo delete action by @satyam-seth in #31
- Openapi schema generation by @satyam-seth in #33
- Use drf spectacular for OpenAPI schema by @satyam-seth in #35
- Swagger UI and Redoc by @satyam-seth in #37
- Initialize react js project by @satyam-seth in #39
- Django cors headers setup by @satyam-seth in #41
- Generate axios openapi client by @satyam-seth in #43
- Setup tailwind css by @satyam-seth in #45
- Integrate todo list api by @satyam-seth in #47
- Integrate todo delete api by @satyam-seth in #49
- Todo detail by @satyam-seth in #51
- Delete confirmation by @satyam-seth in #53
- Mark as complete by @satyam-seth in #55
- Add mark as incomplete action by @satyam-seth in #57
- Create todo action by @satyam-seth in #58
- Update todo action by @satyam-seth in #60
- Fix mark complete action by @satyam-seth in #63
- Use JSONRenderer for non dev environments by @satyam-seth in #65
- Fix default renderer for dev environment by @satyam-seth in #67
- Set BrowsableAPIRenderer for dev env by @satyam-seth in #68
- Default pagination to LimitOffsetPagination by @satyam-seth in #70
- Sync with paginated list api response by @satyam-seth in #71
- Todo model order by updated at by @satyam-seth in #73
- Sync with list api order change by @satyam-seth in #74
- Todo list empty state by @satyam-seth in #77
- Add unit test for todo model creation by @satyam-seth in #80
- Create accounts app by @satyam-seth in #84
- Custom user model by @satyam-seth in #85
- login and logout apis by @satyam-seth in #89
- Setup react router by @satyam-seth in #91
- Setup routing flow by @satyam-seth in #93
- Set Login api serializer by @satyam-seth in #95
- Add refresh token api by @satyam-seth in #99
- Login page and flow by @satyam-seth in #97
- Logout flow by @satyam-seth in #102
- Signup and verify email apis by @satyam-seth in #104
- Signup and email verification flow by @satyam-seth in #107
- Password change api by @satyam-seth in #109
- Change password flow by @satyam-seth in #110
- Reset password apis by @satyam-seth in #113
- Password reset flow by @satyam-seth in #115
- Prevent inactive users from logging in and resend the new account activation email by @satyam-seth in #117
- Sync with login api inactive account login case changes by @satyam-seth in #119
- Setup email by @satyam-seth in #120
- Enable sending email on sign up and password reset by @satyam-seth in #122
- Add forget password link by @satyam-seth in #124
- Token refresh schedular by @satyam-seth in #125
- Rotate refresh token by @satyam-seth in #127
- Store refresh token on access token refresh by @satyam-seth in #129
New Contributors
- @satyam-seth made their first contribution in #2
Full Changelog: https://github.com/Iconic-fire/todo-app/commits/localhost-token-storage