fix: early oidc refresh with fake idp tests (#22712) (cherry 2.31) by Emyrk · Pull Request #22716 · coder/coder

added 2 commits

March 6, 2026 10:59
It was set backwards, which allowed invalid refresh tokens. Making
things worse.

(cherry picked from commit c805c8c)
Wrote unit tests that implement a fake idp to verify the oauth package
actually refreshes the token

(cherry picked from commit 537260a)

@Emyrk Emyrk marked this pull request as ready for review

March 6, 2026 17:05

matifali