Commit b53632d
fix: handle expired tokens properly
In PR #31, invalid token errors were changed to surface rather than be
ignored. However, since expired tokens weren't handled separately, they
were inadvertently included and surfaced as errors when that specific
case of "invalid" should actually just be treated as unauthorized (i.e.,
ignored) and redirected to the Console to be replaced / updated.1 parent 3e8fe39 commit b53632d
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
| |||
0 commit comments