Alan
Alan
Why is it important to specify authenticators as `[JWTAuthentication()]` in `SimpleJWTAuthMixin` ? Why does the view, that returns token and refresh token pair need authentication anyway? As far as I...
Take a look at this project: https://github.com/anthonyjgrove/react-google-login It is pretty nice example of how to get the code with react - it does not take care of posting it at...
So I went ahead and created same code in class based component and now it displays the "key not enabled for the domain" error when I have actually added codesandbox.io...
More testing revealed, that when I use Testing key ('6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI'), taken from your own sandbox example, the class-based version works just fine, while the functional component does not.
sure, but why it's just with that single package? Especially after I went ´rm node_modules/ -rf´ and then installed everything again with same permissions?
Yup well it could make one query for all codenames not separate ones.
I guess you got the answer by the silence that followed.
I have the same issue with Postgresql, where I'm looking to update multiple addresses and filtering them by owner id ( FK to the user ). The issue has been...