Jakub Boukal
Jakub Boukal
Hey all, thanks for reminding me this! ๐ I'd review my changes and implemented @pnuckowski 's idea that another collection is not required. Updated changes are depending on `requests` collection...
* Fixed the `TODO` ๐ * extended unit-test for `POST` with `data`/`payload`/`headers` [link](https://github.com/pnuckowski/aioresponses/pull/133/commits/a8eddb865bbdb0816d974a0ec63bdb62bfcf7f91#diff-a2fed4bfc58d957c79fb1eb4d67c9dd6142068ff3020b5be4a93a28cf0fcb549R184) ๐งช * added annotation for static typing ๐ * `tox` and `flake8` passing โ Feature should be...
Hello and thanks for posting this. Had a similar issue where I was serializing a nested list in list of items. As the nested list has to have a different...
Hi @PrasanthPerumalsamy I was facing same issue and fixed that with a custom Backend that inherits from `GooglePlusAuth`. ```py from social_core.backends.google import GooglePlusAuth class GoogleIdentityBackend(GooglePlusAuth): name = "google-identity" def user_data(self,...
Hi @babor99 I was trying to reproduce your error without any success - password authentication works for me in both scenarios. Could you provide a stack-trace of the error and...
Hey, I'm facing the very same issue. I was able to exchange the `"code"` for `"access_token"` by sending request (as mentioned by @MilanZiaran ) but I was struggling a lot...
TL;DR: Could we please revert the changes that have been made in the `feat/remove-token-duplication` branch? Hi @wagnerdelima , I'm having some difficulties with GitHub OAuth implementation as mentioned in wagnerdelima/drf-social-oauth2#56...
@wagnerdelima Yes, it works as described in documentation where developer generates an Access Token that can be used multiple times. It doesn't work in production run, when GitHub issues a...