Commit 70f203a
committed
Add IsTrusted property to ExtendedRefreshToken entity
Introduced a boolean IsTrusted property to ExtendedRefreshToken, mapped to the "is_trusted" column. This allows devices to store refresh tokens indefinitely without re-authentication when trusted, supporting extended expiration logic.1 parent e5c081e commit 70f203a
1 file changed
Lines changed: 7 additions & 0 deletions
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
70 | 77 | | |
71 | 78 | | |
0 commit comments