Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: keep refresh_token table trimmed
We don't need to keep the full family tree of a refresh_token. We only need the current active token and its parent. Delete the oldToken's parent from the refresh_token table when a new token is minted.
- Loading branch information