authentication_app_react_django_rest
authentication_app_react_django_rest copied to clipboard
Authentication app using React and Django REST framework
Closes the modal when clicking outside
Hello. When I submit the form I get the following error: Access to XMLHttpRequest at 'http://127.0.0.1:8000/api/register' from origin 'http://localhost:3000' has been blocked by CORS policy: Response to preflight request doesn't...
Steps to reproduce: ```bash ./manage.py createsuperuser email: [email protected] username: joe password: abc321 password: abc321 ``` When trying to log in:  Solution: 1. Add two Boolean fields...