iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.63k stars 304 forks source link

Fix opensslError in demo/react-spa #535

Closed flange-ipb closed 10 months ago

flange-ipb commented 11 months ago

Hello!

When running the react-spa demo project a well-known error pops up. It can be reproduced for instance via docker run --rm -p3000:3000 -it node:20 sh -c "git clone https://github.com/iMerica/dj-rest-auth.git && cd dj-rest-auth/demo/react-spa && yarn && yarn run start". This PR adds one of the proposed workarounds from webpack#15900.