Commit 5399431
committed
chore: last token should be stored only per URL
After a successful connection to a deployment URL we used
to save the same token associated with two keys:
- last-token
- and associated with the last url
But it does not make sense, once we have to URL we can easily resolve the token
associated with the URL. In other words this commit removes the ability to read/save
a token associated with `last-token` key.1 parent 3ac20d4 commit 5399431
File tree
2 files changed
+1
-16
lines changed- src/main/kotlin/com/coder/toolbox
- store
2 files changed
+1
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
410 | 409 | | |
411 | 410 | | |
412 | 411 | | |
| |||
Lines changed: 1 addition & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 11 | + | |
26 | 12 | | |
27 | 13 | | |
28 | 14 | | |
| |||
0 commit comments