Wagner de Lima
Wagner de Lima
Can you describe your needs in a more detailed manner? What exactly do you need? Please use images to better describe your needs.
Hi @futurbotconsolidated, Can you be more descriptive here, please?
@futurbotconsolidated, I liked your idea: "Returning the same token if not expired or present". I will investigate the extension of the data response. Happy xmas mate.
@futurbotconsolidated I found where the tokens are being recreated. However, it's not created by drf_social_oauth2. It's created by django_social_auth. AccessTokens are created here: https://github.com/jazzband/django-oauth-toolkit/blob/461061687b59acfa5837cda092b60c5ed85f385e/oauth2_provider/oauth2_validators.py#L605. RefreshTokens are created here: https://github.com/jazzband/django-oauth-toolkit/blob/461061687b59acfa5837cda092b60c5ed85f385e/oauth2_provider/oauth2_validators.py#L635. I...
@futurbotconsolidated thank you for the compliment. We could discuss here some business logic to add. If we entangled drf-social-oauth2 with too much of yours or my own business, it kinda...
@futurbotconsolidated I have a question for you. Did you find integrating this framework too difficult? A few people are opening issues with vary vague questions, such as: what is google...
Thanks for your feedback @futurbotconsolidated.
@futurbotconsolidated, the same token issue is resolved. Thanks for the suggestion.
Sorry about the delay. Did you manage to get this fixed? Can you paste more information about your problem?