@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.
- package/CHANGELOG.md +35 -0
- package/dist/account-manager/{index.d.ts → account-manager.d.ts} +26 -35
- package/dist/account-manager/account-manager.d.ts.map +1 -0
- package/dist/account-manager/{index.js → account-manager.js} +52 -207
- package/dist/account-manager/account-manager.js.map +1 -0
- package/dist/account-manager/helpers/account.d.ts +3 -3
- package/dist/account-manager/helpers/device-account.d.ts +15 -15
- package/dist/account-manager/helpers/device-account.d.ts.map +1 -1
- package/dist/account-manager/helpers/device-account.js +2 -1
- package/dist/account-manager/helpers/device-account.js.map +1 -1
- package/dist/account-manager/helpers/token.d.ts +98 -98
- package/dist/account-manager/oauth-store.d.ts +58 -0
- package/dist/account-manager/oauth-store.d.ts.map +1 -0
- package/dist/account-manager/oauth-store.js +417 -0
- package/dist/account-manager/oauth-store.js.map +1 -0
- package/dist/actor-store/record/reader.d.ts +3 -3
- package/dist/actor-store/repo/reader.d.ts +2 -0
- package/dist/actor-store/repo/reader.d.ts.map +1 -1
- package/dist/actor-store/repo/reader.js +9 -0
- package/dist/actor-store/repo/reader.js.map +1 -1
- package/dist/actor-store/repo/sql-repo-reader.d.ts +1 -1
- package/dist/actor-store/repo/transactor.d.ts.map +1 -1
- package/dist/actor-store/repo/transactor.js +13 -4
- package/dist/actor-store/repo/transactor.js.map +1 -1
- package/dist/api/com/atproto/admin/deleteAccount.d.ts.map +1 -1
- package/dist/api/com/atproto/admin/deleteAccount.js +2 -3
- package/dist/api/com/atproto/admin/deleteAccount.js.map +1 -1
- package/dist/api/com/atproto/admin/sendEmail.d.ts.map +1 -1
- package/dist/api/com/atproto/admin/sendEmail.js +2 -7
- package/dist/api/com/atproto/admin/sendEmail.js.map +1 -1
- package/dist/api/com/atproto/admin/updateAccountEmail.d.ts.map +1 -1
- package/dist/api/com/atproto/admin/updateAccountEmail.js +1 -2
- package/dist/api/com/atproto/admin/updateAccountEmail.js.map +1 -1
- package/dist/api/com/atproto/admin/updateAccountHandle.d.ts.map +1 -1
- package/dist/api/com/atproto/admin/updateAccountHandle.js +2 -6
- package/dist/api/com/atproto/admin/updateAccountHandle.js.map +1 -1
- package/dist/api/com/atproto/admin/updateAccountPassword.d.ts.map +1 -1
- package/dist/api/com/atproto/admin/updateAccountPassword.js +1 -2
- package/dist/api/com/atproto/admin/updateAccountPassword.js.map +1 -1
- package/dist/api/com/atproto/identity/requestPlcOperationSignature.d.ts.map +1 -1
- package/dist/api/com/atproto/identity/requestPlcOperationSignature.js +2 -7
- package/dist/api/com/atproto/identity/requestPlcOperationSignature.js.map +1 -1
- package/dist/api/com/atproto/identity/resolveHandle.d.ts.map +1 -1
- package/dist/api/com/atproto/identity/resolveHandle.js +2 -36
- package/dist/api/com/atproto/identity/resolveHandle.js.map +1 -1
- package/dist/api/com/atproto/identity/signPlcOperation.d.ts.map +1 -1
- package/dist/api/com/atproto/identity/signPlcOperation.js +2 -7
- package/dist/api/com/atproto/identity/signPlcOperation.js.map +1 -1
- package/dist/api/com/atproto/identity/updateHandle.d.ts.map +1 -1
- package/dist/api/com/atproto/identity/updateHandle.js +3 -14
- package/dist/api/com/atproto/identity/updateHandle.js.map +1 -1
- package/dist/api/com/atproto/repo/applyWrites.d.ts.map +1 -1
- package/dist/api/com/atproto/repo/applyWrites.js +12 -7
- package/dist/api/com/atproto/repo/applyWrites.js.map +1 -1
- package/dist/api/com/atproto/repo/createRecord.d.ts.map +1 -1
- package/dist/api/com/atproto/repo/createRecord.js +12 -8
- package/dist/api/com/atproto/repo/createRecord.js.map +1 -1
- package/dist/api/com/atproto/repo/deleteRecord.d.ts.map +1 -1
- package/dist/api/com/atproto/repo/deleteRecord.js +12 -7
- package/dist/api/com/atproto/repo/deleteRecord.js.map +1 -1
- package/dist/api/com/atproto/repo/listRecords.d.ts.map +1 -1
- package/dist/api/com/atproto/repo/listRecords.js +1 -3
- package/dist/api/com/atproto/repo/listRecords.js.map +1 -1
- package/dist/api/com/atproto/repo/putRecord.d.ts.map +1 -1
- package/dist/api/com/atproto/repo/putRecord.js +11 -8
- package/dist/api/com/atproto/repo/putRecord.js.map +1 -1
- package/dist/api/com/atproto/server/activateAccount.d.ts.map +1 -1
- package/dist/api/com/atproto/server/activateAccount.js +3 -20
- package/dist/api/com/atproto/server/activateAccount.js.map +1 -1
- package/dist/api/com/atproto/server/confirmEmail.d.ts.map +1 -1
- package/dist/api/com/atproto/server/confirmEmail.js +2 -7
- package/dist/api/com/atproto/server/confirmEmail.js.map +1 -1
- package/dist/api/com/atproto/server/createAccount.d.ts.map +1 -1
- package/dist/api/com/atproto/server/createAccount.js +5 -7
- package/dist/api/com/atproto/server/createAccount.js.map +1 -1
- package/dist/api/com/atproto/server/createAppPassword.d.ts.map +1 -1
- package/dist/api/com/atproto/server/createAppPassword.js +2 -7
- package/dist/api/com/atproto/server/createAppPassword.js.map +1 -1
- package/dist/api/com/atproto/server/createSession.js +2 -2
- package/dist/api/com/atproto/server/createSession.js.map +1 -1
- package/dist/api/com/atproto/server/deactivateAccount.d.ts.map +1 -1
- package/dist/api/com/atproto/server/deactivateAccount.js +1 -2
- package/dist/api/com/atproto/server/deactivateAccount.js.map +1 -1
- package/dist/api/com/atproto/server/deleteAccount.d.ts.map +1 -1
- package/dist/api/com/atproto/server/deleteAccount.js +3 -5
- package/dist/api/com/atproto/server/deleteAccount.js.map +1 -1
- package/dist/api/com/atproto/server/deleteSession.d.ts.map +1 -1
- package/dist/api/com/atproto/server/deleteSession.js +2 -3
- package/dist/api/com/atproto/server/deleteSession.js.map +1 -1
- package/dist/api/com/atproto/server/getAccountInviteCodes.d.ts.map +1 -1
- package/dist/api/com/atproto/server/getAccountInviteCodes.js +2 -7
- package/dist/api/com/atproto/server/getAccountInviteCodes.js.map +1 -1
- package/dist/api/com/atproto/server/getSession.js +2 -2
- package/dist/api/com/atproto/server/getSession.js.map +1 -1
- package/dist/api/com/atproto/server/listAppPasswords.d.ts.map +1 -1
- package/dist/api/com/atproto/server/listAppPasswords.js +2 -7
- package/dist/api/com/atproto/server/listAppPasswords.js.map +1 -1
- package/dist/api/com/atproto/server/refreshSession.js +2 -2
- package/dist/api/com/atproto/server/refreshSession.js.map +1 -1
- package/dist/api/com/atproto/server/requestAccountDelete.d.ts.map +1 -1
- package/dist/api/com/atproto/server/requestAccountDelete.js +2 -7
- package/dist/api/com/atproto/server/requestAccountDelete.js.map +1 -1
- package/dist/api/com/atproto/server/requestEmailConfirmation.d.ts.map +1 -1
- package/dist/api/com/atproto/server/requestEmailConfirmation.js +2 -7
- package/dist/api/com/atproto/server/requestEmailConfirmation.js.map +1 -1
- package/dist/api/com/atproto/server/requestEmailUpdate.d.ts.map +1 -1
- package/dist/api/com/atproto/server/requestEmailUpdate.js +2 -7
- package/dist/api/com/atproto/server/requestEmailUpdate.js.map +1 -1
- package/dist/api/com/atproto/server/requestPasswordReset.d.ts.map +1 -1
- package/dist/api/com/atproto/server/requestPasswordReset.js +1 -2
- package/dist/api/com/atproto/server/requestPasswordReset.js.map +1 -1
- package/dist/api/com/atproto/server/resetPassword.d.ts.map +1 -1
- package/dist/api/com/atproto/server/resetPassword.js +1 -2
- package/dist/api/com/atproto/server/resetPassword.js.map +1 -1
- package/dist/api/com/atproto/server/revokeAppPassword.d.ts.map +1 -1
- package/dist/api/com/atproto/server/revokeAppPassword.js +2 -7
- package/dist/api/com/atproto/server/revokeAppPassword.js.map +1 -1
- package/dist/api/com/atproto/server/updateEmail.d.ts.map +1 -1
- package/dist/api/com/atproto/server/updateEmail.js +2 -7
- package/dist/api/com/atproto/server/updateEmail.js.map +1 -1
- package/dist/api/com/atproto/sync/getRecord.d.ts.map +1 -1
- package/dist/api/com/atproto/sync/getRecord.js +1 -4
- package/dist/api/com/atproto/sync/getRecord.js.map +1 -1
- package/dist/api/com/atproto/sync/getRepoStatus.js +1 -1
- package/dist/api/com/atproto/sync/getRepoStatus.js.map +1 -1
- package/dist/api/com/atproto/sync/listRepos.js +1 -1
- package/dist/api/com/atproto/sync/listRepos.js.map +1 -1
- package/dist/api/com/atproto/sync/subscribeRepos.d.ts.map +1 -1
- package/dist/api/com/atproto/sync/subscribeRepos.js +2 -10
- package/dist/api/com/atproto/sync/subscribeRepos.js.map +1 -1
- package/dist/api/com/atproto/temp/checkSignupQueue.js +1 -1
- package/dist/api/com/atproto/temp/checkSignupQueue.js.map +1 -1
- package/dist/api/proxy.d.ts +7 -8
- package/dist/api/proxy.d.ts.map +1 -1
- package/dist/api/proxy.js +14 -6
- package/dist/api/proxy.js.map +1 -1
- package/dist/app-view.d.ts +14 -0
- package/dist/app-view.d.ts.map +1 -0
- package/dist/app-view.js +36 -0
- package/dist/app-view.js.map +1 -0
- package/dist/auth-routes.d.ts +1 -1
- package/dist/auth-routes.d.ts.map +1 -1
- package/dist/auth-routes.js +9 -3
- package/dist/auth-routes.js.map +1 -1
- package/dist/auth-verifier.d.ts +1 -1
- package/dist/auth-verifier.d.ts.map +1 -1
- package/dist/config/config.d.ts +3 -2
- package/dist/config/config.d.ts.map +1 -1
- package/dist/config/config.js +17 -7
- package/dist/config/config.js.map +1 -1
- package/dist/config/env.d.ts +4 -0
- package/dist/config/env.d.ts.map +1 -1
- package/dist/config/env.js +5 -0
- package/dist/config/env.js.map +1 -1
- package/dist/context.d.ts +11 -4
- package/dist/context.d.ts.map +1 -1
- package/dist/context.js +33 -18
- package/dist/context.js.map +1 -1
- package/dist/handle/index.d.ts +0 -7
- package/dist/handle/index.d.ts.map +1 -1
- package/dist/handle/index.js +4 -58
- package/dist/handle/index.js.map +1 -1
- package/dist/image/image-url.d.ts +8 -0
- package/dist/image/image-url.d.ts.map +1 -0
- package/dist/image/image-url.js +26 -0
- package/dist/image/image-url.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/lexicon/index.d.ts +6 -0
- package/dist/lexicon/index.d.ts.map +1 -1
- package/dist/lexicon/index.js +12 -0
- package/dist/lexicon/index.js.map +1 -1
- package/dist/lexicon/lexicons.d.ts +412 -158
- package/dist/lexicon/lexicons.d.ts.map +1 -1
- package/dist/lexicon/lexicons.js +222 -81
- package/dist/lexicon/lexicons.js.map +1 -1
- package/dist/lexicon/types/app/bsky/embed/video.d.ts +1 -0
- package/dist/lexicon/types/app/bsky/embed/video.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/embed/video.js.map +1 -1
- package/dist/lexicon/types/app/bsky/labeler/defs.d.ts +7 -0
- package/dist/lexicon/types/app/bsky/labeler/defs.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/labeler/defs.js.map +1 -1
- package/dist/lexicon/types/app/bsky/labeler/service.d.ts +7 -0
- package/dist/lexicon/types/app/bsky/labeler/service.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/labeler/service.js.map +1 -1
- package/dist/lexicon/types/com/atproto/identity/defs.d.ts +17 -0
- package/dist/lexicon/types/com/atproto/identity/defs.d.ts.map +1 -0
- package/dist/lexicon/types/com/atproto/identity/defs.js +16 -0
- package/dist/lexicon/types/com/atproto/identity/defs.js.map +1 -0
- package/dist/lexicon/types/com/atproto/identity/refreshIdentity.d.ts +39 -0
- package/dist/lexicon/types/com/atproto/identity/refreshIdentity.d.ts.map +1 -0
- package/dist/lexicon/types/com/atproto/identity/refreshIdentity.js +7 -0
- package/dist/lexicon/types/com/atproto/identity/refreshIdentity.js.map +1 -0
- package/dist/lexicon/types/com/atproto/identity/resolveDid.d.ts +40 -0
- package/dist/lexicon/types/com/atproto/identity/resolveDid.d.ts.map +1 -0
- package/dist/lexicon/types/com/atproto/identity/resolveDid.js +7 -0
- package/dist/lexicon/types/com/atproto/identity/resolveDid.js.map +1 -0
- package/dist/lexicon/types/com/atproto/identity/resolveHandle.d.ts +1 -0
- package/dist/lexicon/types/com/atproto/identity/resolveHandle.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/identity/resolveIdentity.d.ts +36 -0
- package/dist/lexicon/types/com/atproto/identity/resolveIdentity.d.ts.map +1 -0
- package/dist/lexicon/types/com/atproto/identity/resolveIdentity.js +7 -0
- package/dist/lexicon/types/com/atproto/identity/resolveIdentity.js.map +1 -0
- package/dist/lexicon/types/com/atproto/moderation/defs.d.ts +2 -0
- package/dist/lexicon/types/com/atproto/moderation/defs.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/repo/listRecords.d.ts +0 -4
- package/dist/lexicon/types/com/atproto/repo/listRecords.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/repo/listRecords.js.map +1 -1
- package/dist/lexicon/types/com/atproto/sync/getRecord.d.ts +0 -2
- package/dist/lexicon/types/com/atproto/sync/getRecord.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/sync/subscribeRepos.d.ts +1 -30
- package/dist/lexicon/types/com/atproto/sync/subscribeRepos.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/sync/subscribeRepos.js +0 -27
- package/dist/lexicon/types/com/atproto/sync/subscribeRepos.js.map +1 -1
- package/dist/mailer/index.d.ts +5 -5
- package/dist/mailer/index.d.ts.map +1 -1
- package/dist/mailer/index.js +6 -5
- package/dist/mailer/index.js.map +1 -1
- package/dist/read-after-write/viewer.d.ts +1 -1
- package/dist/read-after-write/viewer.d.ts.map +1 -1
- package/dist/repo/types.d.ts +6 -2
- package/dist/repo/types.d.ts.map +1 -1
- package/dist/repo/types.js.map +1 -1
- package/dist/scripts/rebuild-repo.d.ts.map +1 -1
- package/dist/scripts/rebuild-repo.js +2 -1
- package/dist/scripts/rebuild-repo.js.map +1 -1
- package/dist/sequencer/db/schema.d.ts +1 -1
- package/dist/sequencer/db/schema.d.ts.map +1 -1
- package/dist/sequencer/events.d.ts +29 -41
- package/dist/sequencer/events.d.ts.map +1 -1
- package/dist/sequencer/events.js +24 -58
- package/dist/sequencer/events.js.map +1 -1
- package/dist/sequencer/sequencer.d.ts +2 -3
- package/dist/sequencer/sequencer.d.ts.map +1 -1
- package/dist/sequencer/sequencer.js +5 -17
- package/dist/sequencer/sequencer.js.map +1 -1
- package/package.json +15 -15
- package/src/account-manager/{index.ts → account-manager.ts} +107 -307
- package/src/account-manager/helpers/device-account.ts +1 -0
- package/src/account-manager/oauth-store.ts +494 -0
- package/src/actor-store/repo/reader.ts +11 -0
- package/src/actor-store/repo/transactor.ts +15 -4
- package/src/api/com/atproto/admin/deleteAccount.ts +2 -3
- package/src/api/com/atproto/admin/sendEmail.ts +3 -5
- package/src/api/com/atproto/admin/updateAccountEmail.ts +1 -2
- package/src/api/com/atproto/admin/updateAccountHandle.ts +7 -8
- package/src/api/com/atproto/admin/updateAccountPassword.ts +1 -2
- package/src/api/com/atproto/identity/requestPlcOperationSignature.ts +3 -5
- package/src/api/com/atproto/identity/resolveHandle.ts +2 -11
- package/src/api/com/atproto/identity/signPlcOperation.ts +3 -5
- package/src/api/com/atproto/identity/updateHandle.ts +7 -13
- package/src/api/com/atproto/repo/applyWrites.ts +21 -11
- package/src/api/com/atproto/repo/createRecord.ts +19 -14
- package/src/api/com/atproto/repo/deleteRecord.ts +26 -14
- package/src/api/com/atproto/repo/listRecords.ts +1 -11
- package/src/api/com/atproto/repo/putRecord.ts +24 -16
- package/src/api/com/atproto/server/activateAccount.ts +5 -20
- package/src/api/com/atproto/server/confirmEmail.ts +3 -5
- package/src/api/com/atproto/server/createAccount.ts +10 -11
- package/src/api/com/atproto/server/createAppPassword.ts +3 -6
- package/src/api/com/atproto/server/createSession.ts +3 -3
- package/src/api/com/atproto/server/deactivateAccount.ts +1 -2
- package/src/api/com/atproto/server/deleteAccount.ts +3 -5
- package/src/api/com/atproto/server/deleteSession.ts +2 -3
- package/src/api/com/atproto/server/getAccountInviteCodes.ts +3 -5
- package/src/api/com/atproto/server/getSession.ts +3 -3
- package/src/api/com/atproto/server/listAppPasswords.ts +3 -5
- package/src/api/com/atproto/server/refreshSession.ts +3 -3
- package/src/api/com/atproto/server/requestAccountDelete.ts +3 -5
- package/src/api/com/atproto/server/requestEmailConfirmation.ts +3 -5
- package/src/api/com/atproto/server/requestEmailUpdate.ts +3 -5
- package/src/api/com/atproto/server/requestPasswordReset.ts +1 -2
- package/src/api/com/atproto/server/resetPassword.ts +1 -2
- package/src/api/com/atproto/server/revokeAppPassword.ts +3 -5
- package/src/api/com/atproto/server/updateEmail.ts +3 -5
- package/src/api/com/atproto/sync/getRecord.ts +1 -4
- package/src/api/com/atproto/sync/getRepoStatus.ts +1 -1
- package/src/api/com/atproto/sync/listRepos.ts +1 -1
- package/src/api/com/atproto/sync/subscribeRepos.ts +2 -9
- package/src/api/com/atproto/temp/checkSignupQueue.ts +2 -2
- package/src/api/proxy.ts +19 -19
- package/src/app-view.ts +24 -0
- package/src/auth-routes.ts +9 -3
- package/src/auth-verifier.ts +1 -1
- package/src/config/config.ts +25 -13
- package/src/config/env.ts +12 -0
- package/src/context.ts +60 -24
- package/src/handle/index.ts +6 -52
- package/src/image/image-url.ts +16 -0
- package/src/index.ts +1 -1
- package/src/lexicon/index.ts +36 -0
- package/src/lexicon/lexicons.ts +243 -84
- package/src/lexicon/types/app/bsky/embed/video.ts +1 -0
- package/src/lexicon/types/app/bsky/labeler/defs.ts +7 -0
- package/src/lexicon/types/app/bsky/labeler/service.ts +7 -0
- package/src/lexicon/types/com/atproto/identity/defs.ts +30 -0
- package/src/lexicon/types/com/atproto/identity/refreshIdentity.ts +52 -0
- package/src/lexicon/types/com/atproto/identity/resolveDid.ts +52 -0
- package/src/lexicon/types/com/atproto/identity/resolveHandle.ts +1 -0
- package/src/lexicon/types/com/atproto/identity/resolveIdentity.ts +48 -0
- package/src/lexicon/types/com/atproto/moderation/defs.ts +3 -0
- package/src/lexicon/types/com/atproto/repo/listRecords.ts +0 -4
- package/src/lexicon/types/com/atproto/sync/getRecord.ts +0 -2
- package/src/lexicon/types/com/atproto/sync/subscribeRepos.ts +0 -59
- package/src/mailer/index.ts +7 -5
- package/src/read-after-write/viewer.ts +1 -1
- package/src/repo/types.ts +7 -2
- package/src/scripts/rebuild-repo.ts +4 -1
- package/src/sequencer/db/schema.ts +1 -8
- package/src/sequencer/events.ts +29 -75
- package/src/sequencer/sequencer.ts +9 -23
- package/tests/account-deletion.test.ts +3 -5
- package/tests/oauth.test.ts +286 -71
- package/tests/sequencer.test.ts +18 -27
- package/tests/sync/subscribe-repos.test.ts +67 -45
- package/tsconfig.build.tsbuildinfo +1 -1
- package/dist/account-manager/index.d.ts.map +0 -1
- package/dist/account-manager/index.js.map +0 -1
- package/dist/actor-store/repo/util.d.ts +0 -5
- package/dist/actor-store/repo/util.d.ts.map +0 -1
- package/dist/actor-store/repo/util.js +0 -25
- package/dist/actor-store/repo/util.js.map +0 -1
- package/dist/oauth/provider.d.ts +0 -10
- package/dist/oauth/provider.d.ts.map +0 -1
- package/dist/oauth/provider.js +0 -38
- package/dist/oauth/provider.js.map +0 -1
- package/src/actor-store/repo/util.ts +0 -22
- 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.
|
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
|
-
|
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.
|
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.
|
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
|
-
|
48
|
-
|
49
|
-
|
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
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
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.
|
134
|
-
|
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
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
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.
|
100
|
-
|
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
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
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.
|
75
|
-
|
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
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
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.
|
126
|
-
|
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
|
-
|
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
|
36
|
-
|
37
|
-
|
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.
|
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.
|
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.
|
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
|
-
|
188
|
-
|
189
|
-
|
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.
|
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 {
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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 (
|
7
|
+
server.com.atproto.server.deleteSession(async ({ req }) => {
|
9
8
|
await entrywayAgent.com.atproto.server.deleteSession(
|
10
9
|
undefined,
|
11
|
-
|
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.
|
17
|
+
await ctx.entrywayAuthHeaders(
|
18
|
+
req,
|
20
19
|
auth.credentials.did,
|
21
|
-
ctx.cfg.entryway.did,
|
22
20
|
ids.ComAtprotoServerGetAccountInviteCodes,
|
23
21
|
),
|
24
22
|
),
|