Commit Graph

7 Commits

Author SHA1 Message Date
JR Conlin
dbbdd1dfc3
feat: Remove support for BrowserID (#1531)
* feat: Remove support for BrowserID
* mark test only functions as such. I think we can drop MapAndThenTrait for more recent implementations of rust.

Closes: SYNC-3684
2024-06-14 12:51:02 -07:00
Ethan Donowitz
914e375b2b
bug: fix Tokenserver generation and keys_changed_at handling (#1397) 2022-09-15 10:58:26 -04:00
Ethan Donowitz
38d6a27b02
feat: add BrowserID support for Tokenserver (#1216)
Closes #1215
2022-03-31 15:13:04 -04:00
Ethan Donowitz
ae6597022c
refactor: remove static service IDs (#1199)
Note: this commit contains a breaking change. Previously, there was a migration that included two services with static IDs by default, but this commit adds a new migration that removes those two services and adjusts the code to account for the change.

Closes #1144
2022-01-07 10:41:28 -05:00
Ethan Donowitz
aa18c1a01d
test: add Tokenserver integration tests to CI (#1180)
Closes #1174
2021-12-08 08:56:16 -05:00
Ethan Donowitz
bed59e2cb7
feat: Tokenserver: add per-node secrets (#1169)
Closes #1104
2021-11-23 11:30:27 -05:00
Ethan Donowitz
7209ccf551
test: Add Tokenserver integration tests (#1152)
Closes #1048
2021-10-05 16:59:23 -04:00