@atproto/pds 0.4.103 → 0.4.105

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (328) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist/account-manager/{index.d.ts → account-manager.d.ts} +26 -35
  3. package/dist/account-manager/account-manager.d.ts.map +1 -0
  4. package/dist/account-manager/{index.js → account-manager.js} +52 -207
  5. package/dist/account-manager/account-manager.js.map +1 -0
  6. package/dist/account-manager/helpers/account.d.ts +3 -3
  7. package/dist/account-manager/helpers/device-account.d.ts +15 -15
  8. package/dist/account-manager/helpers/device-account.d.ts.map +1 -1
  9. package/dist/account-manager/helpers/device-account.js +2 -1
  10. package/dist/account-manager/helpers/device-account.js.map +1 -1
  11. package/dist/account-manager/helpers/token.d.ts +98 -98
  12. package/dist/account-manager/oauth-store.d.ts +58 -0
  13. package/dist/account-manager/oauth-store.d.ts.map +1 -0
  14. package/dist/account-manager/oauth-store.js +417 -0
  15. package/dist/account-manager/oauth-store.js.map +1 -0
  16. package/dist/actor-store/record/reader.d.ts +3 -3
  17. package/dist/actor-store/repo/reader.d.ts +2 -0
  18. package/dist/actor-store/repo/reader.d.ts.map +1 -1
  19. package/dist/actor-store/repo/reader.js +9 -0
  20. package/dist/actor-store/repo/reader.js.map +1 -1
  21. package/dist/actor-store/repo/sql-repo-reader.d.ts +1 -1
  22. package/dist/actor-store/repo/transactor.d.ts.map +1 -1
  23. package/dist/actor-store/repo/transactor.js +13 -4
  24. package/dist/actor-store/repo/transactor.js.map +1 -1
  25. package/dist/api/com/atproto/admin/deleteAccount.d.ts.map +1 -1
  26. package/dist/api/com/atproto/admin/deleteAccount.js +2 -3
  27. package/dist/api/com/atproto/admin/deleteAccount.js.map +1 -1
  28. package/dist/api/com/atproto/admin/sendEmail.d.ts.map +1 -1
  29. package/dist/api/com/atproto/admin/sendEmail.js +2 -7
  30. package/dist/api/com/atproto/admin/sendEmail.js.map +1 -1
  31. package/dist/api/com/atproto/admin/updateAccountEmail.d.ts.map +1 -1
  32. package/dist/api/com/atproto/admin/updateAccountEmail.js +1 -2
  33. package/dist/api/com/atproto/admin/updateAccountEmail.js.map +1 -1
  34. package/dist/api/com/atproto/admin/updateAccountHandle.d.ts.map +1 -1
  35. package/dist/api/com/atproto/admin/updateAccountHandle.js +2 -6
  36. package/dist/api/com/atproto/admin/updateAccountHandle.js.map +1 -1
  37. package/dist/api/com/atproto/admin/updateAccountPassword.d.ts.map +1 -1
  38. package/dist/api/com/atproto/admin/updateAccountPassword.js +1 -2
  39. package/dist/api/com/atproto/admin/updateAccountPassword.js.map +1 -1
  40. package/dist/api/com/atproto/identity/requestPlcOperationSignature.d.ts.map +1 -1
  41. package/dist/api/com/atproto/identity/requestPlcOperationSignature.js +2 -7
  42. package/dist/api/com/atproto/identity/requestPlcOperationSignature.js.map +1 -1
  43. package/dist/api/com/atproto/identity/resolveHandle.d.ts.map +1 -1
  44. package/dist/api/com/atproto/identity/resolveHandle.js +2 -36
  45. package/dist/api/com/atproto/identity/resolveHandle.js.map +1 -1
  46. package/dist/api/com/atproto/identity/signPlcOperation.d.ts.map +1 -1
  47. package/dist/api/com/atproto/identity/signPlcOperation.js +2 -7
  48. package/dist/api/com/atproto/identity/signPlcOperation.js.map +1 -1
  49. package/dist/api/com/atproto/identity/updateHandle.d.ts.map +1 -1
  50. package/dist/api/com/atproto/identity/updateHandle.js +3 -14
  51. package/dist/api/com/atproto/identity/updateHandle.js.map +1 -1
  52. package/dist/api/com/atproto/repo/applyWrites.d.ts.map +1 -1
  53. package/dist/api/com/atproto/repo/applyWrites.js +12 -7
  54. package/dist/api/com/atproto/repo/applyWrites.js.map +1 -1
  55. package/dist/api/com/atproto/repo/createRecord.d.ts.map +1 -1
  56. package/dist/api/com/atproto/repo/createRecord.js +12 -8
  57. package/dist/api/com/atproto/repo/createRecord.js.map +1 -1
  58. package/dist/api/com/atproto/repo/deleteRecord.d.ts.map +1 -1
  59. package/dist/api/com/atproto/repo/deleteRecord.js +12 -7
  60. package/dist/api/com/atproto/repo/deleteRecord.js.map +1 -1
  61. package/dist/api/com/atproto/repo/listRecords.d.ts.map +1 -1
  62. package/dist/api/com/atproto/repo/listRecords.js +1 -3
  63. package/dist/api/com/atproto/repo/listRecords.js.map +1 -1
  64. package/dist/api/com/atproto/repo/putRecord.d.ts.map +1 -1
  65. package/dist/api/com/atproto/repo/putRecord.js +11 -8
  66. package/dist/api/com/atproto/repo/putRecord.js.map +1 -1
  67. package/dist/api/com/atproto/server/activateAccount.d.ts.map +1 -1
  68. package/dist/api/com/atproto/server/activateAccount.js +3 -20
  69. package/dist/api/com/atproto/server/activateAccount.js.map +1 -1
  70. package/dist/api/com/atproto/server/confirmEmail.d.ts.map +1 -1
  71. package/dist/api/com/atproto/server/confirmEmail.js +2 -7
  72. package/dist/api/com/atproto/server/confirmEmail.js.map +1 -1
  73. package/dist/api/com/atproto/server/createAccount.d.ts.map +1 -1
  74. package/dist/api/com/atproto/server/createAccount.js +5 -7
  75. package/dist/api/com/atproto/server/createAccount.js.map +1 -1
  76. package/dist/api/com/atproto/server/createAppPassword.d.ts.map +1 -1
  77. package/dist/api/com/atproto/server/createAppPassword.js +2 -7
  78. package/dist/api/com/atproto/server/createAppPassword.js.map +1 -1
  79. package/dist/api/com/atproto/server/createSession.js +2 -2
  80. package/dist/api/com/atproto/server/createSession.js.map +1 -1
  81. package/dist/api/com/atproto/server/deactivateAccount.d.ts.map +1 -1
  82. package/dist/api/com/atproto/server/deactivateAccount.js +1 -2
  83. package/dist/api/com/atproto/server/deactivateAccount.js.map +1 -1
  84. package/dist/api/com/atproto/server/deleteAccount.d.ts.map +1 -1
  85. package/dist/api/com/atproto/server/deleteAccount.js +3 -5
  86. package/dist/api/com/atproto/server/deleteAccount.js.map +1 -1
  87. package/dist/api/com/atproto/server/deleteSession.d.ts.map +1 -1
  88. package/dist/api/com/atproto/server/deleteSession.js +2 -3
  89. package/dist/api/com/atproto/server/deleteSession.js.map +1 -1
  90. package/dist/api/com/atproto/server/getAccountInviteCodes.d.ts.map +1 -1
  91. package/dist/api/com/atproto/server/getAccountInviteCodes.js +2 -7
  92. package/dist/api/com/atproto/server/getAccountInviteCodes.js.map +1 -1
  93. package/dist/api/com/atproto/server/getSession.js +2 -2
  94. package/dist/api/com/atproto/server/getSession.js.map +1 -1
  95. package/dist/api/com/atproto/server/listAppPasswords.d.ts.map +1 -1
  96. package/dist/api/com/atproto/server/listAppPasswords.js +2 -7
  97. package/dist/api/com/atproto/server/listAppPasswords.js.map +1 -1
  98. package/dist/api/com/atproto/server/refreshSession.js +2 -2
  99. package/dist/api/com/atproto/server/refreshSession.js.map +1 -1
  100. package/dist/api/com/atproto/server/requestAccountDelete.d.ts.map +1 -1
  101. package/dist/api/com/atproto/server/requestAccountDelete.js +2 -7
  102. package/dist/api/com/atproto/server/requestAccountDelete.js.map +1 -1
  103. package/dist/api/com/atproto/server/requestEmailConfirmation.d.ts.map +1 -1
  104. package/dist/api/com/atproto/server/requestEmailConfirmation.js +2 -7
  105. package/dist/api/com/atproto/server/requestEmailConfirmation.js.map +1 -1
  106. package/dist/api/com/atproto/server/requestEmailUpdate.d.ts.map +1 -1
  107. package/dist/api/com/atproto/server/requestEmailUpdate.js +2 -7
  108. package/dist/api/com/atproto/server/requestEmailUpdate.js.map +1 -1
  109. package/dist/api/com/atproto/server/requestPasswordReset.d.ts.map +1 -1
  110. package/dist/api/com/atproto/server/requestPasswordReset.js +1 -2
  111. package/dist/api/com/atproto/server/requestPasswordReset.js.map +1 -1
  112. package/dist/api/com/atproto/server/resetPassword.d.ts.map +1 -1
  113. package/dist/api/com/atproto/server/resetPassword.js +1 -2
  114. package/dist/api/com/atproto/server/resetPassword.js.map +1 -1
  115. package/dist/api/com/atproto/server/revokeAppPassword.d.ts.map +1 -1
  116. package/dist/api/com/atproto/server/revokeAppPassword.js +2 -7
  117. package/dist/api/com/atproto/server/revokeAppPassword.js.map +1 -1
  118. package/dist/api/com/atproto/server/updateEmail.d.ts.map +1 -1
  119. package/dist/api/com/atproto/server/updateEmail.js +2 -7
  120. package/dist/api/com/atproto/server/updateEmail.js.map +1 -1
  121. package/dist/api/com/atproto/sync/getRecord.d.ts.map +1 -1
  122. package/dist/api/com/atproto/sync/getRecord.js +1 -4
  123. package/dist/api/com/atproto/sync/getRecord.js.map +1 -1
  124. package/dist/api/com/atproto/sync/getRepoStatus.js +1 -1
  125. package/dist/api/com/atproto/sync/getRepoStatus.js.map +1 -1
  126. package/dist/api/com/atproto/sync/listRepos.js +1 -1
  127. package/dist/api/com/atproto/sync/listRepos.js.map +1 -1
  128. package/dist/api/com/atproto/sync/subscribeRepos.d.ts.map +1 -1
  129. package/dist/api/com/atproto/sync/subscribeRepos.js +2 -10
  130. package/dist/api/com/atproto/sync/subscribeRepos.js.map +1 -1
  131. package/dist/api/com/atproto/temp/checkSignupQueue.js +1 -1
  132. package/dist/api/com/atproto/temp/checkSignupQueue.js.map +1 -1
  133. package/dist/api/proxy.d.ts +7 -8
  134. package/dist/api/proxy.d.ts.map +1 -1
  135. package/dist/api/proxy.js +14 -6
  136. package/dist/api/proxy.js.map +1 -1
  137. package/dist/app-view.d.ts +14 -0
  138. package/dist/app-view.d.ts.map +1 -0
  139. package/dist/app-view.js +36 -0
  140. package/dist/app-view.js.map +1 -0
  141. package/dist/auth-routes.d.ts +1 -1
  142. package/dist/auth-routes.d.ts.map +1 -1
  143. package/dist/auth-routes.js +9 -3
  144. package/dist/auth-routes.js.map +1 -1
  145. package/dist/auth-verifier.d.ts +1 -1
  146. package/dist/auth-verifier.d.ts.map +1 -1
  147. package/dist/config/config.d.ts +3 -2
  148. package/dist/config/config.d.ts.map +1 -1
  149. package/dist/config/config.js +17 -7
  150. package/dist/config/config.js.map +1 -1
  151. package/dist/config/env.d.ts +4 -0
  152. package/dist/config/env.d.ts.map +1 -1
  153. package/dist/config/env.js +5 -0
  154. package/dist/config/env.js.map +1 -1
  155. package/dist/context.d.ts +11 -4
  156. package/dist/context.d.ts.map +1 -1
  157. package/dist/context.js +33 -18
  158. package/dist/context.js.map +1 -1
  159. package/dist/handle/index.d.ts +0 -7
  160. package/dist/handle/index.d.ts.map +1 -1
  161. package/dist/handle/index.js +4 -58
  162. package/dist/handle/index.js.map +1 -1
  163. package/dist/image/image-url.d.ts +8 -0
  164. package/dist/image/image-url.d.ts.map +1 -0
  165. package/dist/image/image-url.js +26 -0
  166. package/dist/image/image-url.js.map +1 -0
  167. package/dist/index.js +1 -1
  168. package/dist/index.js.map +1 -1
  169. package/dist/lexicon/index.d.ts +6 -0
  170. package/dist/lexicon/index.d.ts.map +1 -1
  171. package/dist/lexicon/index.js +12 -0
  172. package/dist/lexicon/index.js.map +1 -1
  173. package/dist/lexicon/lexicons.d.ts +412 -158
  174. package/dist/lexicon/lexicons.d.ts.map +1 -1
  175. package/dist/lexicon/lexicons.js +222 -81
  176. package/dist/lexicon/lexicons.js.map +1 -1
  177. package/dist/lexicon/types/app/bsky/embed/video.d.ts +1 -0
  178. package/dist/lexicon/types/app/bsky/embed/video.d.ts.map +1 -1
  179. package/dist/lexicon/types/app/bsky/embed/video.js.map +1 -1
  180. package/dist/lexicon/types/app/bsky/labeler/defs.d.ts +7 -0
  181. package/dist/lexicon/types/app/bsky/labeler/defs.d.ts.map +1 -1
  182. package/dist/lexicon/types/app/bsky/labeler/defs.js.map +1 -1
  183. package/dist/lexicon/types/app/bsky/labeler/service.d.ts +7 -0
  184. package/dist/lexicon/types/app/bsky/labeler/service.d.ts.map +1 -1
  185. package/dist/lexicon/types/app/bsky/labeler/service.js.map +1 -1
  186. package/dist/lexicon/types/com/atproto/identity/defs.d.ts +17 -0
  187. package/dist/lexicon/types/com/atproto/identity/defs.d.ts.map +1 -0
  188. package/dist/lexicon/types/com/atproto/identity/defs.js +16 -0
  189. package/dist/lexicon/types/com/atproto/identity/defs.js.map +1 -0
  190. package/dist/lexicon/types/com/atproto/identity/refreshIdentity.d.ts +39 -0
  191. package/dist/lexicon/types/com/atproto/identity/refreshIdentity.d.ts.map +1 -0
  192. package/dist/lexicon/types/com/atproto/identity/refreshIdentity.js +7 -0
  193. package/dist/lexicon/types/com/atproto/identity/refreshIdentity.js.map +1 -0
  194. package/dist/lexicon/types/com/atproto/identity/resolveDid.d.ts +40 -0
  195. package/dist/lexicon/types/com/atproto/identity/resolveDid.d.ts.map +1 -0
  196. package/dist/lexicon/types/com/atproto/identity/resolveDid.js +7 -0
  197. package/dist/lexicon/types/com/atproto/identity/resolveDid.js.map +1 -0
  198. package/dist/lexicon/types/com/atproto/identity/resolveHandle.d.ts +1 -0
  199. package/dist/lexicon/types/com/atproto/identity/resolveHandle.d.ts.map +1 -1
  200. package/dist/lexicon/types/com/atproto/identity/resolveIdentity.d.ts +36 -0
  201. package/dist/lexicon/types/com/atproto/identity/resolveIdentity.d.ts.map +1 -0
  202. package/dist/lexicon/types/com/atproto/identity/resolveIdentity.js +7 -0
  203. package/dist/lexicon/types/com/atproto/identity/resolveIdentity.js.map +1 -0
  204. package/dist/lexicon/types/com/atproto/moderation/defs.d.ts +2 -0
  205. package/dist/lexicon/types/com/atproto/moderation/defs.d.ts.map +1 -1
  206. package/dist/lexicon/types/com/atproto/repo/listRecords.d.ts +0 -4
  207. package/dist/lexicon/types/com/atproto/repo/listRecords.d.ts.map +1 -1
  208. package/dist/lexicon/types/com/atproto/repo/listRecords.js.map +1 -1
  209. package/dist/lexicon/types/com/atproto/sync/getRecord.d.ts +0 -2
  210. package/dist/lexicon/types/com/atproto/sync/getRecord.d.ts.map +1 -1
  211. package/dist/lexicon/types/com/atproto/sync/subscribeRepos.d.ts +1 -30
  212. package/dist/lexicon/types/com/atproto/sync/subscribeRepos.d.ts.map +1 -1
  213. package/dist/lexicon/types/com/atproto/sync/subscribeRepos.js +0 -27
  214. package/dist/lexicon/types/com/atproto/sync/subscribeRepos.js.map +1 -1
  215. package/dist/mailer/index.d.ts +5 -5
  216. package/dist/mailer/index.d.ts.map +1 -1
  217. package/dist/mailer/index.js +6 -5
  218. package/dist/mailer/index.js.map +1 -1
  219. package/dist/read-after-write/viewer.d.ts +1 -1
  220. package/dist/read-after-write/viewer.d.ts.map +1 -1
  221. package/dist/repo/types.d.ts +6 -2
  222. package/dist/repo/types.d.ts.map +1 -1
  223. package/dist/repo/types.js.map +1 -1
  224. package/dist/scripts/rebuild-repo.d.ts.map +1 -1
  225. package/dist/scripts/rebuild-repo.js +2 -1
  226. package/dist/scripts/rebuild-repo.js.map +1 -1
  227. package/dist/sequencer/db/schema.d.ts +1 -1
  228. package/dist/sequencer/db/schema.d.ts.map +1 -1
  229. package/dist/sequencer/events.d.ts +29 -41
  230. package/dist/sequencer/events.d.ts.map +1 -1
  231. package/dist/sequencer/events.js +24 -58
  232. package/dist/sequencer/events.js.map +1 -1
  233. package/dist/sequencer/sequencer.d.ts +2 -3
  234. package/dist/sequencer/sequencer.d.ts.map +1 -1
  235. package/dist/sequencer/sequencer.js +5 -17
  236. package/dist/sequencer/sequencer.js.map +1 -1
  237. package/package.json +15 -15
  238. package/src/account-manager/{index.ts → account-manager.ts} +107 -307
  239. package/src/account-manager/helpers/device-account.ts +1 -0
  240. package/src/account-manager/oauth-store.ts +494 -0
  241. package/src/actor-store/repo/reader.ts +11 -0
  242. package/src/actor-store/repo/transactor.ts +15 -4
  243. package/src/api/com/atproto/admin/deleteAccount.ts +2 -3
  244. package/src/api/com/atproto/admin/sendEmail.ts +3 -5
  245. package/src/api/com/atproto/admin/updateAccountEmail.ts +1 -2
  246. package/src/api/com/atproto/admin/updateAccountHandle.ts +7 -8
  247. package/src/api/com/atproto/admin/updateAccountPassword.ts +1 -2
  248. package/src/api/com/atproto/identity/requestPlcOperationSignature.ts +3 -5
  249. package/src/api/com/atproto/identity/resolveHandle.ts +2 -11
  250. package/src/api/com/atproto/identity/signPlcOperation.ts +3 -5
  251. package/src/api/com/atproto/identity/updateHandle.ts +7 -13
  252. package/src/api/com/atproto/repo/applyWrites.ts +21 -11
  253. package/src/api/com/atproto/repo/createRecord.ts +19 -14
  254. package/src/api/com/atproto/repo/deleteRecord.ts +26 -14
  255. package/src/api/com/atproto/repo/listRecords.ts +1 -11
  256. package/src/api/com/atproto/repo/putRecord.ts +24 -16
  257. package/src/api/com/atproto/server/activateAccount.ts +5 -20
  258. package/src/api/com/atproto/server/confirmEmail.ts +3 -5
  259. package/src/api/com/atproto/server/createAccount.ts +10 -11
  260. package/src/api/com/atproto/server/createAppPassword.ts +3 -6
  261. package/src/api/com/atproto/server/createSession.ts +3 -3
  262. package/src/api/com/atproto/server/deactivateAccount.ts +1 -2
  263. package/src/api/com/atproto/server/deleteAccount.ts +3 -5
  264. package/src/api/com/atproto/server/deleteSession.ts +2 -3
  265. package/src/api/com/atproto/server/getAccountInviteCodes.ts +3 -5
  266. package/src/api/com/atproto/server/getSession.ts +3 -3
  267. package/src/api/com/atproto/server/listAppPasswords.ts +3 -5
  268. package/src/api/com/atproto/server/refreshSession.ts +3 -3
  269. package/src/api/com/atproto/server/requestAccountDelete.ts +3 -5
  270. package/src/api/com/atproto/server/requestEmailConfirmation.ts +3 -5
  271. package/src/api/com/atproto/server/requestEmailUpdate.ts +3 -5
  272. package/src/api/com/atproto/server/requestPasswordReset.ts +1 -2
  273. package/src/api/com/atproto/server/resetPassword.ts +1 -2
  274. package/src/api/com/atproto/server/revokeAppPassword.ts +3 -5
  275. package/src/api/com/atproto/server/updateEmail.ts +3 -5
  276. package/src/api/com/atproto/sync/getRecord.ts +1 -4
  277. package/src/api/com/atproto/sync/getRepoStatus.ts +1 -1
  278. package/src/api/com/atproto/sync/listRepos.ts +1 -1
  279. package/src/api/com/atproto/sync/subscribeRepos.ts +2 -9
  280. package/src/api/com/atproto/temp/checkSignupQueue.ts +2 -2
  281. package/src/api/proxy.ts +19 -19
  282. package/src/app-view.ts +24 -0
  283. package/src/auth-routes.ts +9 -3
  284. package/src/auth-verifier.ts +1 -1
  285. package/src/config/config.ts +25 -13
  286. package/src/config/env.ts +12 -0
  287. package/src/context.ts +60 -24
  288. package/src/handle/index.ts +6 -52
  289. package/src/image/image-url.ts +16 -0
  290. package/src/index.ts +1 -1
  291. package/src/lexicon/index.ts +36 -0
  292. package/src/lexicon/lexicons.ts +243 -84
  293. package/src/lexicon/types/app/bsky/embed/video.ts +1 -0
  294. package/src/lexicon/types/app/bsky/labeler/defs.ts +7 -0
  295. package/src/lexicon/types/app/bsky/labeler/service.ts +7 -0
  296. package/src/lexicon/types/com/atproto/identity/defs.ts +30 -0
  297. package/src/lexicon/types/com/atproto/identity/refreshIdentity.ts +52 -0
  298. package/src/lexicon/types/com/atproto/identity/resolveDid.ts +52 -0
  299. package/src/lexicon/types/com/atproto/identity/resolveHandle.ts +1 -0
  300. package/src/lexicon/types/com/atproto/identity/resolveIdentity.ts +48 -0
  301. package/src/lexicon/types/com/atproto/moderation/defs.ts +3 -0
  302. package/src/lexicon/types/com/atproto/repo/listRecords.ts +0 -4
  303. package/src/lexicon/types/com/atproto/sync/getRecord.ts +0 -2
  304. package/src/lexicon/types/com/atproto/sync/subscribeRepos.ts +0 -59
  305. package/src/mailer/index.ts +7 -5
  306. package/src/read-after-write/viewer.ts +1 -1
  307. package/src/repo/types.ts +7 -2
  308. package/src/scripts/rebuild-repo.ts +4 -1
  309. package/src/sequencer/db/schema.ts +1 -8
  310. package/src/sequencer/events.ts +29 -75
  311. package/src/sequencer/sequencer.ts +9 -23
  312. package/tests/account-deletion.test.ts +3 -5
  313. package/tests/oauth.test.ts +286 -71
  314. package/tests/sequencer.test.ts +18 -27
  315. package/tests/sync/subscribe-repos.test.ts +67 -45
  316. package/tsconfig.build.tsbuildinfo +1 -1
  317. package/dist/account-manager/index.d.ts.map +0 -1
  318. package/dist/account-manager/index.js.map +0 -1
  319. package/dist/actor-store/repo/util.d.ts +0 -5
  320. package/dist/actor-store/repo/util.d.ts.map +0 -1
  321. package/dist/actor-store/repo/util.js +0 -25
  322. package/dist/actor-store/repo/util.js.map +0 -1
  323. package/dist/oauth/provider.d.ts +0 -10
  324. package/dist/oauth/provider.d.ts.map +0 -1
  325. package/dist/oauth/provider.js +0 -38
  326. package/dist/oauth/provider.js.map +0 -1
  327. package/src/actor-store/repo/util.ts +0 -22
  328. package/src/oauth/provider.ts +0 -59
@@ -1,4 +1,3 @@
1
- import assert from 'node:assert'
2
1
  import { InvalidRequestError } from '@atproto/xrpc-server'
3
2
  import { AuthScope } from '../../../../auth-verifier'
4
3
  import { AppContext } from '../../../../context'
@@ -8,14 +7,13 @@ import { ids } from '../../../../lexicon/lexicons'
8
7
  export default function (server: Server, ctx: AppContext) {
9
8
  server.com.atproto.identity.requestPlcOperationSignature({
10
9
  auth: ctx.authVerifier.accessFull({ additional: [AuthScope.Takendown] }),
11
- handler: async ({ auth }) => {
10
+ handler: async ({ auth, req }) => {
12
11
  if (ctx.entrywayAgent) {
13
- assert(ctx.cfg.entryway)
14
12
  await ctx.entrywayAgent.com.atproto.identity.requestPlcOperationSignature(
15
13
  undefined,
16
- await ctx.serviceAuthHeaders(
14
+ await ctx.entrywayAuthHeaders(
15
+ req,
17
16
  auth.credentials.did,
18
- ctx.cfg.entryway.did,
19
17
  ids.ComAtprotoIdentityRequestPlcOperationSignature,
20
18
  ),
21
19
  )
@@ -1,20 +1,11 @@
1
- import * as ident from '@atproto/syntax'
2
1
  import { InvalidRequestError } from '@atproto/xrpc-server'
3
2
  import { AppContext } from '../../../../context'
3
+ import { baseNormalizeAndValidate } from '../../../../handle'
4
4
  import { Server } from '../../../../lexicon'
5
5
 
6
6
  export default function (server: Server, ctx: AppContext) {
7
7
  server.com.atproto.identity.resolveHandle(async ({ params }) => {
8
- let handle: string
9
- try {
10
- handle = ident.normalizeAndEnsureValidHandle(params.handle)
11
- } catch (err) {
12
- if (err instanceof ident.InvalidHandleError) {
13
- throw new InvalidRequestError(err.message, 'InvalidHandle')
14
- } else {
15
- throw err
16
- }
17
- }
8
+ const handle = baseNormalizeAndValidate(params.handle)
18
9
 
19
10
  let did: string | undefined
20
11
  const user = await ctx.accountManager.getAccount(handle)
@@ -1,4 +1,3 @@
1
- import assert from 'node:assert'
2
1
  import * as plc from '@did-plc/lib'
3
2
  import { check } from '@atproto/common'
4
3
  import { InvalidRequestError } from '@atproto/xrpc-server'
@@ -10,15 +9,14 @@ import { resultPassthru } from '../../../proxy'
10
9
  export default function (server: Server, ctx: AppContext) {
11
10
  server.com.atproto.identity.signPlcOperation({
12
11
  auth: ctx.authVerifier.accessFull(),
13
- handler: async ({ auth, input }) => {
12
+ handler: async ({ auth, input, req }) => {
14
13
  if (ctx.entrywayAgent) {
15
- assert(ctx.cfg.entryway)
16
14
  return resultPassthru(
17
15
  await ctx.entrywayAgent.com.atproto.identity.signPlcOperation(
18
16
  input.body,
19
- await ctx.serviceAuthHeaders(
17
+ await ctx.entrywayAuthHeaders(
18
+ req,
20
19
  auth.credentials.did,
21
- ctx.cfg.entryway.did,
22
20
  ids.ComAtprotoIdentitySignPlcOperation,
23
21
  ),
24
22
  ),
@@ -1,8 +1,6 @@
1
- import assert from 'node:assert'
2
1
  import { DAY, MINUTE } from '@atproto/common'
3
2
  import { InvalidRequestError } from '@atproto/xrpc-server'
4
3
  import { AppContext } from '../../../../context'
5
- import { normalizeAndValidateHandle } from '../../../../handle'
6
4
  import { Server } from '../../../../lexicon'
7
5
  import { ids } from '../../../../lexicon/lexicons'
8
6
  import { httpLogger } from '../../../../logger'
@@ -22,32 +20,29 @@ export default function (server: Server, ctx: AppContext) {
22
20
  calcKey: ({ auth }) => auth.credentials.did,
23
21
  },
24
22
  ],
25
- handler: async ({ auth, input }) => {
23
+ handler: async ({ auth, input, req }) => {
26
24
  const requester = auth.credentials.did
27
25
 
28
26
  if (ctx.entrywayAgent) {
29
- assert(ctx.cfg.entryway)
30
-
31
27
  // the full flow is:
32
28
  // -> entryway(identity.updateHandle) [update handle, submit plc op]
33
29
  // -> pds(admin.updateAccountHandle) [track handle, sequence handle update]
34
30
  await ctx.entrywayAgent.com.atproto.identity.updateHandle(
35
31
  // @ts-expect-error "did" is not in the schema
36
32
  { did: requester, handle: input.body.handle },
37
- await ctx.serviceAuthHeaders(
33
+ await ctx.entrywayAuthHeaders(
34
+ req,
38
35
  auth.credentials.did,
39
- ctx.cfg.entryway.did,
40
36
  ids.ComAtprotoIdentityUpdateHandle,
41
37
  ),
42
38
  )
43
39
  return
44
40
  }
45
41
 
46
- const handle = await normalizeAndValidateHandle({
47
- ctx,
48
- handle: input.body.handle,
49
- did: requester,
50
- })
42
+ const handle = await ctx.accountManager.normalizeAndValidateHandle(
43
+ input.body.handle,
44
+ { did: requester },
45
+ )
51
46
 
52
47
  // Pessimistic check to handle spam: also enforced by updateHandle() and the db.
53
48
  const account = await ctx.accountManager.getAccount(handle, {
@@ -82,7 +77,6 @@ export default function (server: Server, ctx: AppContext) {
82
77
  }
83
78
 
84
79
  try {
85
- await ctx.sequencer.sequenceHandleUpdate(requester, handle)
86
80
  await ctx.sequencer.sequenceIdentityEvt(requester, handle)
87
81
  } catch (err) {
88
82
  httpLogger.error(
@@ -12,6 +12,7 @@ import {
12
12
  isDelete,
13
13
  isUpdate,
14
14
  } from '../../../../lexicon/types/com/atproto/repo/applyWrites'
15
+ import { dbLogger } from '../../../../logger'
15
16
  import {
16
17
  BadCommitSwapError,
17
18
  InvalidRecordError,
@@ -119,19 +120,28 @@ export default function (server: Server, ctx: AppContext) {
119
120
  const swapCommitCid = swapCommit ? CID.parse(swapCommit) : undefined
120
121
 
121
122
  const commit = await ctx.actorStore.transact(did, async (actorTxn) => {
122
- try {
123
- return await actorTxn.repo.processWrites(writes, swapCommitCid)
124
- } catch (err) {
125
- if (err instanceof BadCommitSwapError) {
126
- throw new InvalidRequestError(err.message, 'InvalidSwap')
127
- } else {
128
- throw err
129
- }
130
- }
123
+ const commit = await actorTxn.repo
124
+ .processWrites(writes, swapCommitCid)
125
+ .catch((err) => {
126
+ if (err instanceof BadCommitSwapError) {
127
+ throw new InvalidRequestError(err.message, 'InvalidSwap')
128
+ } else {
129
+ throw err
130
+ }
131
+ })
132
+
133
+ await ctx.sequencer.sequenceCommit(did, commit)
134
+ return commit
131
135
  })
132
136
 
133
- await ctx.sequencer.sequenceCommit(did, commit)
134
- await ctx.accountManager.updateRepoRoot(did, commit.cid, commit.rev)
137
+ await ctx.accountManager
138
+ .updateRepoRoot(did, commit.cid, commit.rev)
139
+ .catch((err) => {
140
+ dbLogger.error(
141
+ { err, did, cid: commit.cid, rev: commit.rev },
142
+ 'failed to update account root',
143
+ )
144
+ })
135
145
 
136
146
  return {
137
147
  encoding: 'application/json',
@@ -3,6 +3,7 @@ import { InvalidRecordKeyError } from '@atproto/syntax'
3
3
  import { AuthRequiredError, InvalidRequestError } from '@atproto/xrpc-server'
4
4
  import { AppContext } from '../../../../context'
5
5
  import { Server } from '../../../../lexicon'
6
+ import { dbLogger } from '../../../../logger'
6
7
  import {
7
8
  BadCommitSwapError,
8
9
  InvalidRecordError,
@@ -82,22 +83,26 @@ export default function (server: Server, ctx: AppContext) {
82
83
  }),
83
84
  )
84
85
  const writes = [...backlinkDeletions, write]
85
- try {
86
- const commit = await actorTxn.repo.processWrites(
87
- writes,
88
- swapCommitCid,
89
- )
90
- return commit
91
- } catch (err) {
92
- if (err instanceof BadCommitSwapError) {
93
- throw new InvalidRequestError(err.message, 'InvalidSwap')
94
- }
95
- throw err
96
- }
86
+ const commit = await actorTxn.repo
87
+ .processWrites(writes, swapCommitCid)
88
+ .catch((err) => {
89
+ if (err instanceof BadCommitSwapError) {
90
+ throw new InvalidRequestError(err.message, 'InvalidSwap')
91
+ }
92
+ throw err
93
+ })
94
+ await ctx.sequencer.sequenceCommit(did, commit)
95
+ return commit
97
96
  })
98
97
 
99
- await ctx.sequencer.sequenceCommit(did, commit)
100
- await ctx.accountManager.updateRepoRoot(did, commit.cid, commit.rev)
98
+ await ctx.accountManager
99
+ .updateRepoRoot(did, commit.cid, commit.rev)
100
+ .catch((err) => {
101
+ dbLogger.error(
102
+ { err, did, cid: commit.cid, rev: commit.rev },
103
+ 'failed to update account root',
104
+ )
105
+ })
101
106
 
102
107
  return {
103
108
  encoding: 'application/json',
@@ -2,6 +2,7 @@ import { CID } from 'multiformats/cid'
2
2
  import { AuthRequiredError, InvalidRequestError } from '@atproto/xrpc-server'
3
3
  import { AppContext } from '../../../../context'
4
4
  import { Server } from '../../../../lexicon'
5
+ import { dbLogger } from '../../../../logger'
5
6
  import {
6
7
  BadCommitSwapError,
7
8
  BadRecordSwapError,
@@ -56,24 +57,35 @@ export default function (server: Server, ctx: AppContext) {
56
57
  if (!record) {
57
58
  return null // No-op if record already doesn't exist
58
59
  }
59
- try {
60
- return await actorTxn.repo.processWrites([write], swapCommitCid)
61
- } catch (err) {
62
- if (
63
- err instanceof BadCommitSwapError ||
64
- err instanceof BadRecordSwapError
65
- ) {
66
- throw new InvalidRequestError(err.message, 'InvalidSwap')
67
- } else {
68
- throw err
69
- }
70
- }
60
+
61
+ const commit = await actorTxn.repo
62
+ .processWrites([write], swapCommitCid)
63
+ .catch((err) => {
64
+ if (
65
+ err instanceof BadCommitSwapError ||
66
+ err instanceof BadRecordSwapError
67
+ ) {
68
+ throw new InvalidRequestError(err.message, 'InvalidSwap')
69
+ } else {
70
+ throw err
71
+ }
72
+ })
73
+
74
+ await ctx.sequencer.sequenceCommit(did, commit)
75
+ return commit
71
76
  })
72
77
 
73
78
  if (commit !== null) {
74
- await ctx.sequencer.sequenceCommit(did, commit)
75
- await ctx.accountManager.updateRepoRoot(did, commit.cid, commit.rev)
79
+ await ctx.accountManager
80
+ .updateRepoRoot(did, commit.cid, commit.rev)
81
+ .catch((err) => {
82
+ dbLogger.error(
83
+ { err, did, cid: commit.cid, rev: commit.rev },
84
+ 'failed to update account root',
85
+ )
86
+ })
76
87
  }
88
+
77
89
  return {
78
90
  encoding: 'application/json',
79
91
  body: {
@@ -5,15 +5,7 @@ import { Server } from '../../../../lexicon'
5
5
 
6
6
  export default function (server: Server, ctx: AppContext) {
7
7
  server.com.atproto.repo.listRecords(async ({ params }) => {
8
- const {
9
- repo,
10
- collection,
11
- limit = 50,
12
- cursor,
13
- rkeyStart,
14
- rkeyEnd,
15
- reverse = false,
16
- } = params
8
+ const { repo, collection, limit = 50, cursor, reverse = false } = params
17
9
 
18
10
  const did = await ctx.accountManager.getDidForActor(repo)
19
11
  if (!did) {
@@ -26,8 +18,6 @@ export default function (server: Server, ctx: AppContext) {
26
18
  limit,
27
19
  reverse,
28
20
  cursor,
29
- rkeyStart,
30
- rkeyEnd,
31
21
  }),
32
22
  )
33
23
 
@@ -7,10 +7,10 @@ import { AppContext } from '../../../../context'
7
7
  import { Server } from '../../../../lexicon'
8
8
  import { ids } from '../../../../lexicon/lexicons'
9
9
  import { Record as ProfileRecord } from '../../../../lexicon/types/app/bsky/actor/profile'
10
+ import { dbLogger } from '../../../../logger'
10
11
  import {
11
12
  BadCommitSwapError,
12
13
  BadRecordSwapError,
13
- CommitDataWithOps,
14
14
  InvalidRecordError,
15
15
  PreparedCreate,
16
16
  PreparedUpdate,
@@ -104,26 +104,34 @@ export default function (server: Server, ctx: AppContext) {
104
104
  }
105
105
  }
106
106
 
107
- let commit: CommitDataWithOps
108
- try {
109
- commit = await actorTxn.repo.processWrites([write], swapCommitCid)
110
- } catch (err) {
111
- if (
112
- err instanceof BadCommitSwapError ||
113
- err instanceof BadRecordSwapError
114
- ) {
115
- throw new InvalidRequestError(err.message, 'InvalidSwap')
116
- } else {
117
- throw err
118
- }
119
- }
107
+ const commit = await actorTxn.repo
108
+ .processWrites([write], swapCommitCid)
109
+ .catch((err) => {
110
+ if (
111
+ err instanceof BadCommitSwapError ||
112
+ err instanceof BadRecordSwapError
113
+ ) {
114
+ throw new InvalidRequestError(err.message, 'InvalidSwap')
115
+ } else {
116
+ throw err
117
+ }
118
+ })
119
+
120
+ await ctx.sequencer.sequenceCommit(did, commit)
121
+
120
122
  return { commit, write }
121
123
  },
122
124
  )
123
125
 
124
126
  if (commit !== null) {
125
- await ctx.sequencer.sequenceCommit(did, commit)
126
- await ctx.accountManager.updateRepoRoot(did, commit.cid, commit.rev)
127
+ await ctx.accountManager
128
+ .updateRepoRoot(did, commit.cid, commit.rev)
129
+ .catch((err) => {
130
+ dbLogger.error(
131
+ { err, did, cid: commit.cid, rev: commit.rev },
132
+ 'failed to update account root',
133
+ )
134
+ })
127
135
  }
128
136
 
129
137
  return {
@@ -1,9 +1,7 @@
1
- import { CidSet } from '@atproto/repo'
2
1
  import { INVALID_HANDLE } from '@atproto/syntax'
3
2
  import { InvalidRequestError } from '@atproto/xrpc-server'
4
3
  import { AppContext } from '../../../../context'
5
4
  import { Server } from '../../../../lexicon'
6
- import { authPassthru } from '../../../proxy'
7
5
  import { assertValidDidDocumentForService } from './util'
8
6
 
9
7
  export default function (server: Server, ctx: AppContext) {
@@ -14,7 +12,7 @@ export default function (server: Server, ctx: AppContext) {
14
12
  if (ctx.entrywayAgent) {
15
13
  await ctx.entrywayAgent.com.atproto.server.activateAccount(
16
14
  undefined,
17
- authPassthru(req),
15
+ ctx.entrywayPassthruHeaders(req),
18
16
  )
19
17
  return
20
18
  }
@@ -32,22 +30,9 @@ export default function (server: Server, ctx: AppContext) {
32
30
 
33
31
  await ctx.accountManager.activateAccount(requester)
34
32
 
35
- const commitData = await ctx.actorStore.read(requester, async (store) => {
36
- const root = await store.repo.storage.getRootDetailed()
37
- const blocks = await store.repo.storage.getBlocks([root.cid])
38
- return {
39
- cid: root.cid,
40
- rev: root.rev,
41
- since: null,
42
- prev: null,
43
- newBlocks: blocks.blocks,
44
- relevantBlocks: blocks.blocks,
45
- removedCids: new CidSet(),
46
- ops: [],
47
- blobs: new CidSet(),
48
- prevData: null,
49
- }
50
- })
33
+ const syncData = await ctx.actorStore.read(requester, (store) =>
34
+ store.repo.getSyncEventData(),
35
+ )
51
36
 
52
37
  // @NOTE: we're over-emitting for now for backwards compatibility, can reduce this in the future
53
38
  const status = await ctx.accountManager.getAccountStatus(requester)
@@ -56,7 +41,7 @@ export default function (server: Server, ctx: AppContext) {
56
41
  requester,
57
42
  account.handle ?? INVALID_HANDLE,
58
43
  )
59
- await ctx.sequencer.sequenceCommit(requester, commitData)
44
+ await ctx.sequencer.sequenceSyncEvt(requester, syncData)
60
45
  },
61
46
  })
62
47
  }
@@ -1,4 +1,3 @@
1
- import assert from 'node:assert'
2
1
  import { InvalidRequestError } from '@atproto/xrpc-server'
3
2
  import { AppContext } from '../../../../context'
4
3
  import { Server } from '../../../../lexicon'
@@ -7,7 +6,7 @@ import { ids } from '../../../../lexicon/lexicons'
7
6
  export default function (server: Server, ctx: AppContext) {
8
7
  server.com.atproto.server.confirmEmail({
9
8
  auth: ctx.authVerifier.accessStandard({ checkTakedown: true }),
10
- handler: async ({ auth, input }) => {
9
+ handler: async ({ auth, input, req }) => {
11
10
  const did = auth.credentials.did
12
11
 
13
12
  const user = await ctx.accountManager.getAccount(did, {
@@ -18,12 +17,11 @@ export default function (server: Server, ctx: AppContext) {
18
17
  }
19
18
 
20
19
  if (ctx.entrywayAgent) {
21
- assert(ctx.cfg.entryway)
22
20
  await ctx.entrywayAgent.com.atproto.server.confirmEmail(
23
21
  input.body,
24
- await ctx.serviceAuthHeaders(
22
+ await ctx.entrywayAuthHeaders(
23
+ req,
25
24
  auth.credentials.did,
26
- ctx.cfg.entryway.did,
27
25
  ids.ComAtprotoServerConfirmEmail,
28
26
  ),
29
27
  )
@@ -5,12 +5,9 @@ import { DidDocument, MINUTE, check } from '@atproto/common'
5
5
  import { ExportableKeypair, Keypair, Secp256k1Keypair } from '@atproto/crypto'
6
6
  import { AtprotoData, ensureAtpDocument } from '@atproto/identity'
7
7
  import { AuthRequiredError, InvalidRequestError } from '@atproto/xrpc-server'
8
- import { AccountStatus } from '../../../../account-manager'
8
+ import { AccountStatus } from '../../../../account-manager/account-manager'
9
9
  import { AppContext } from '../../../../context'
10
- import {
11
- baseNormalizeAndValidate,
12
- normalizeAndValidateHandle,
13
- } from '../../../../handle'
10
+ import { baseNormalizeAndValidate } from '../../../../handle'
14
11
  import { Server } from '../../../../lexicon'
15
12
  import { InputSchema as CreateAccountInput } from '../../../../lexicon/types/com/atproto/server/createAccount'
16
13
  import { safeResolveDidDoc } from './util'
@@ -23,6 +20,9 @@ export default function (server: Server, ctx: AppContext) {
23
20
  },
24
21
  auth: ctx.authVerifier.userServiceAuthOptional,
25
22
  handler: async ({ input, auth, req }) => {
23
+ // @NOTE Until this code and the OAuthStore's `createAccount` are
24
+ // refactored together, any change made here must be reflected over there.
25
+
26
26
  const requester = auth.credentials?.did ?? null
27
27
  const {
28
28
  did,
@@ -60,7 +60,7 @@ export default function (server: Server, ctx: AppContext) {
60
60
 
61
61
  didDoc = await safeResolveDidDoc(ctx, did, true)
62
62
 
63
- creds = await ctx.accountManager.createAccount({
63
+ creds = await ctx.accountManager.createAccountAndSession({
64
64
  did,
65
65
  handle,
66
66
  email,
@@ -183,11 +183,10 @@ const validateInputsForLocalPds = async (
183
183
  }
184
184
 
185
185
  // normalize & ensure valid handle
186
- const handle = await normalizeAndValidateHandle({
187
- ctx,
188
- handle: input.handle,
189
- did: input.did,
190
- })
186
+ const handle = await ctx.accountManager.normalizeAndValidateHandle(
187
+ input.handle,
188
+ { did: input.did },
189
+ )
191
190
 
192
191
  // check that the invite code still has uses
193
192
  if (ctx.cfg.invites.required && inviteCode) {
@@ -1,4 +1,3 @@
1
- import assert from 'node:assert'
2
1
  import { AppContext } from '../../../../context'
3
2
  import { Server } from '../../../../lexicon'
4
3
  import { ids } from '../../../../lexicon/lexicons'
@@ -9,16 +8,14 @@ export default function (server: Server, ctx: AppContext) {
9
8
  auth: ctx.authVerifier.accessFull({
10
9
  checkTakedown: true,
11
10
  }),
12
- handler: async ({ auth, input }) => {
11
+ handler: async ({ auth, input, req }) => {
13
12
  if (ctx.entrywayAgent) {
14
- assert(ctx.cfg.entryway)
15
-
16
13
  return resultPassthru(
17
14
  await ctx.entrywayAgent.com.atproto.server.createAppPassword(
18
15
  input.body,
19
- await ctx.serviceAuthHeaders(
16
+ await ctx.entrywayAuthHeaders(
17
+ req,
20
18
  auth.credentials.did,
21
- ctx.cfg.entryway.did,
22
19
  ids.ComAtprotoServerCreateAppPassword,
23
20
  ),
24
21
  ),
@@ -1,10 +1,10 @@
1
1
  import { DAY, MINUTE } from '@atproto/common'
2
2
  import { INVALID_HANDLE } from '@atproto/syntax'
3
3
  import { AuthRequiredError } from '@atproto/xrpc-server'
4
- import { formatAccountStatus } from '../../../../account-manager'
4
+ import { formatAccountStatus } from '../../../../account-manager/account-manager'
5
5
  import { AppContext } from '../../../../context'
6
6
  import { Server } from '../../../../lexicon'
7
- import { authPassthru, resultPassthru } from '../../../proxy'
7
+ import { resultPassthru } from '../../../proxy'
8
8
  import { didDocForSession } from './util'
9
9
 
10
10
  export default function (server: Server, ctx: AppContext) {
@@ -26,7 +26,7 @@ export default function (server: Server, ctx: AppContext) {
26
26
  return resultPassthru(
27
27
  await ctx.entrywayAgent.com.atproto.server.createSession(
28
28
  input.body,
29
- authPassthru(req, true),
29
+ ctx.entrywayPassthruHeaders(req),
30
30
  ),
31
31
  )
32
32
  }
@@ -1,7 +1,6 @@
1
1
  import { AuthScope } from '../../../../auth-verifier'
2
2
  import { AppContext } from '../../../../context'
3
3
  import { Server } from '../../../../lexicon'
4
- import { authPassthru } from '../../../proxy'
5
4
 
6
5
  export default function (server: Server, ctx: AppContext) {
7
6
  server.com.atproto.server.deactivateAccount({
@@ -11,7 +10,7 @@ export default function (server: Server, ctx: AppContext) {
11
10
  if (ctx.entrywayAgent) {
12
11
  await ctx.entrywayAgent.com.atproto.server.deactivateAccount(
13
12
  input.body,
14
- authPassthru(req),
13
+ ctx.entrywayPassthruHeaders(req),
15
14
  )
16
15
  return
17
16
  }
@@ -1,9 +1,8 @@
1
1
  import { MINUTE } from '@atproto/common'
2
2
  import { AuthRequiredError, InvalidRequestError } from '@atproto/xrpc-server'
3
- import { AccountStatus } from '../../../../account-manager'
3
+ import { AccountStatus } from '../../../../account-manager/account-manager'
4
4
  import { AppContext } from '../../../../context'
5
5
  import { Server } from '../../../../lexicon'
6
- import { authPassthru } from '../../../proxy'
7
6
 
8
7
  export default function (server: Server, ctx: AppContext) {
9
8
  server.com.atproto.server.deleteAccount({
@@ -25,7 +24,7 @@ export default function (server: Server, ctx: AppContext) {
25
24
  if (ctx.entrywayAgent) {
26
25
  await ctx.entrywayAgent.com.atproto.server.deleteAccount(
27
26
  input.body,
28
- authPassthru(req, true),
27
+ ctx.entrywayPassthruHeaders(req),
29
28
  )
30
29
  return
31
30
  }
@@ -49,8 +48,7 @@ export default function (server: Server, ctx: AppContext) {
49
48
  did,
50
49
  AccountStatus.Deleted,
51
50
  )
52
- const tombstoneSeq = await ctx.sequencer.sequenceTombstone(did)
53
- await ctx.sequencer.deleteAllForUser(did, [accountSeq, tombstoneSeq])
51
+ await ctx.sequencer.deleteAllForUser(did, [accountSeq])
54
52
  },
55
53
  })
56
54
  }
@@ -1,14 +1,13 @@
1
1
  import { AppContext } from '../../../../context'
2
2
  import { Server } from '../../../../lexicon'
3
- import { authPassthru } from '../../../proxy'
4
3
 
5
4
  export default function (server: Server, ctx: AppContext) {
6
5
  const { entrywayAgent } = ctx
7
6
  if (entrywayAgent) {
8
- server.com.atproto.server.deleteSession(async (reqCtx) => {
7
+ server.com.atproto.server.deleteSession(async ({ req }) => {
9
8
  await entrywayAgent.com.atproto.server.deleteSession(
10
9
  undefined,
11
- authPassthru(reqCtx.req),
10
+ ctx.entrywayPassthruHeaders(req),
12
11
  )
13
12
  })
14
13
  } else {
@@ -1,4 +1,3 @@
1
- import assert from 'node:assert'
2
1
  import { InvalidRequestError } from '@atproto/xrpc-server'
3
2
  import { CodeDetail } from '../../../../account-manager/helpers/invite'
4
3
  import { AppContext } from '../../../../context'
@@ -10,15 +9,14 @@ import { genInvCodes } from './util'
10
9
  export default function (server: Server, ctx: AppContext) {
11
10
  server.com.atproto.server.getAccountInviteCodes({
12
11
  auth: ctx.authVerifier.accessFull({ checkTakedown: true }),
13
- handler: async ({ params, auth }) => {
12
+ handler: async ({ params, auth, req }) => {
14
13
  if (ctx.entrywayAgent) {
15
- assert(ctx.cfg.entryway)
16
14
  return resultPassthru(
17
15
  await ctx.entrywayAgent.com.atproto.server.getAccountInviteCodes(
18
16
  params,
19
- await ctx.serviceAuthHeaders(
17
+ await ctx.entrywayAuthHeaders(
18
+ req,
20
19
  auth.credentials.did,
21
- ctx.cfg.entryway.did,
22
20
  ids.ComAtprotoServerGetAccountInviteCodes,
23
21
  ),
24
22
  ),