I had implemented Google OAuth in my DRF application using all-auth and dj-rest-auth, but for some reason stop working.
Traceback shows the JWT, but for some reason, allauth raise this
raise DecodeError(f"Invalid token type. Token must be a {bytes}")
I tried to follow this tutorial but couldn't reproduce the scenario.
The code is at this PR
Does anyone have the same error?
I downgraded dj-rest-auth to version 2.2.7 and all go live again