mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
This can cause bad refresh token errors, since it can only be used once. Looks like there was an attempt to fix this by checking the database after a failed refresh, but of course this depends on the first request having updated the database in time, so both that and this fix are required to fully solve.