authentication_app_react_django_rest icon indicating copy to clipboard operation
authentication_app_react_django_rest copied to clipboard

Authentication app using React and Django REST framework

Results 4 authentication_app_react_django_rest issues
Sort by recently updated
recently updated
newest added

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: ![Screenshot from 2024-06-27 12-43-23](https://github.com/dotja/authentication_app_react_django_rest/assets/1624921/a2c72f89-bd63-44f5-b8c9-6f126caa53cb) Solution: 1. Add two Boolean fields...