-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: PDS entryway service #1722
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…pds-auth-gone-repo
devinivy
changed the title
Manage accounts across PDSes
Feature: manage accounts across PDSes
Oct 12, 2023
This was referenced Oct 12, 2023
* scratch work on multi-pds auth * move from jsonwebtoken to jose package, impl secp256k1 auth token * pds assignment, pds in tokens * move authPassthru util * setup proxying repo write ops * authed and unauthed proxying on com.atproto.repo endpoints * unify authed and unauthed pds proxying * adapt admin endpoints for multi-pds * pds-proxy report creation and app.bsky endpoints * fix * cleanup ensuring on correct pds, add to uploadBlob * tidy * tidy key promises
…error Create account - user-agent based error
dholms
force-pushed
the
multi-pds-auth
branch
from
February 7, 2024 17:12
1305cc9
to
4518208
Compare
* sync lexicons with main * fix test
* hook up plivo to entryway * fix up test * build branch * comment * fix up dev-env * explicit on conflict col * Entryway: multi verifier (#2156) * add multi verifier * add second try flag * fix
* support admin acct deletion * fail acct deletion if it fails on downstream pds
Entryway codegen
* setup self-verification logic in account creation * alt verification tests * allow passing express app to entryway * require code only after registration checker verdict
* add schemas & codegen + getServiceAuth * proxy activiate/deactivate account * fleshing out plc op flow * add email for requested plc op * recodegen * compile correct template for plc op email * pr feedback * update describeServer
* entryway: support jwe self-verification tokens * entryway: add test for verification code w/ bad jwe key
…e email flow (#2271) * allow sending email via account service auth, deprecate mod service email flow * tests on account service auth
entryway: pull correct key from based on mod service did ref
pass proxy header along with auth passthrough
* add labeler lexicons, codegen & getServices impl * re-codegen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feature branch, handling identity for accounts across multiple PDSes.