Commit 2a38668
authored
feat: increment refresh token counter by 2 for mfa verify (#2284)
Increments the refresh token counter by 2 instead of 1 on the MFA verify
action. This ensures that the previous refresh tokens (who were issued
when the session was at AAL1) cannot be used any more to issue an AAL2
session by reuse.1 parent 7f36eb0 commit 2a38668
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
337 | 343 | | |
338 | 344 | | |
339 | 345 | | |
| |||
0 commit comments