Cameron Planck

Results 4 comments of Cameron Planck

I had this same problem and came to the similar conclusion. In my case I overrode GoogleOAuth2Adapter and changed `response["id_token"]` to `response["id_token"]["id_token"]` which fixed it.

@agent-Y do you have `JWT_AUTH_HTTPONLY=False` defined in your settings? Per the [docs](https://dj-rest-auth.readthedocs.io/en/latest/configuration.html), if `JWT_AUTH_HTTPONLY=True` (default) the refresh token won't be sent. Initially I wanted to keep it true and just...

If it helps anyone, I recently abandoned this whole login flow and instead started using the Google Identity API with one-tap sign-on. It's a better user experience and is way...

Hi, You need to add a `children` prop with a JSX element that is custom styled for the drop area. Something like: ``` ``` Where `const boxArea = Add file...