Skip to content

Commit

Permalink
fix: store refresh token on patreon oauth renew
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Sep 24, 2024
1 parent 99c9b19 commit 72a1a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/users/repository/memberships.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ async function requestAndSaveRefreshedPatreonToken(accountId: string, refreshTok
},
data: {
access_token: data.access_token,
refresh_token: data.refresh_token,
expires_at: expires_at_seconds,
},
})
Expand Down

1 comment on commit 72a1a29

@vercel
Copy link

@vercel vercel bot commented on 72a1a29 Sep 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.