Skip to content

only Refresh access token with graphql_jwt.Refresh.Field()  #333

@megamind400

Description

@megamind400

as i understand using the Refresh token i can gain a new Access token, but using the built-in graphql_jwt.Refresh.Field() in my mutation, upon each query a new refresh token is also created with a new expiry date, which renders
'JWT_REFRESH_EXPIRATION_DELTA': timedelta(days=5), meaningless, so by logging in once you can stay logged in forever

how can i get a new access token without also renewing the Refresh Token?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions