Hichem Dahi

Results 4 comments of Hichem Dahi

It's working for me. try adding in the settings.py file this line `SOCIAL_AUTH_URL_NAMESPACE = 'drf:social'`

Can't we use `eval` function (although it may not be secure) or it's alternatives?

In the example you've shared, we have ``` ... const text = await (await fetch(url)).text(); const dataURL = `data:text/javascript;base64,${btoa(text)}`; const { Buffer } = await import(dataURL); ... ``` Can't we...

Why would it be tricky? Wouldn't eval parse it normally?