Releases: saasitive/django-react-boilerplate
Releases · saasitive/django-react-boilerplate
v9
Add reset password functionality
v8
Added email verification in the backend
v6
CRUD example in Django and React
v5
Add AuthenticatedComponent
in the React frontend.
v4
- We added signup actions and reducer.
- We set up CORS in the backend.
- We added login actions and reducer.
- The authentication data (
token
and user
) are saved in localStorage
. They can be loaded after website refresh or opening website in a new tab.
v3
- We've created authentication REST API.
- User is able to create account with username and password.
- There is login and logout endpoints available. And endpoint with user information.
v2
- We added new components (
Home
, Signup
, Login
, and Dashboard
) to the fronted.
- There is routing defined between component's views.
- The Redux skeleton was added to the React application.
v1
Frontend and backend initialized