perf(auth): improve token refresh response times #164

Merged
chartgerink merged 2 commits from fix/102 into main 2026-04-27 07:43:11 +00:00
Owner
  • consolidate token generation
  • switch from salted token hash to deterministic hash

Refresh tokens get rotated upon consumption, and the main risk is token extraction from a device, which is not resolved by salting.
Fixes #102. Thanks to @lukas for helping prioritize this 💜

- consolidate token generation - switch from salted token hash to deterministic hash Refresh tokens get rotated upon consumption, and the main risk is token extraction from a device, which is not resolved by salting. Fixes #102. Thanks to @lukas for helping prioritize this 💜
chartgerink deleted branch fix/102 2026-04-27 07:43:11 +00:00
Sign in to join this conversation.
No description provided.