Jira refresh token expiration

we are creating refresh token using https://auth.atlassian.com/oauth/token this url in our app as access token become invalid after hour we use this refresh token to create new access token after one hour
but now we want to ask that is this refresh token expires if yes then after how many days and how we can change it to max days

thanks

Hi @faisalamdani ,

Refresh tokens don’t expire so please make sure you store them very securely.

Regards,
Dugald

do you have any proper documentation for that because I didn’t find any.

Thanks

Hi, @faisalamdani

Here you have docs about refresh tokens in OAuth:
https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/#how-do-i-configure-the-refresh-token-behavior-

Hi @faisalamdani I met the same problem. have you found the solution?