Open
Conversation
Return 403 + SIGNUP_DISABLED from /tss/v1/keygen and /tss/v2/keygen and preserve the original handler bodies in block comments for rollback. Existing users continue to sign in, and /tss/v2/keygen_ed25519 stays open so secp256k1-only users can still add ed25519. SDK surfaces a new signup_disabled error type, and user_dashboard/demo_web/mobile host render a "signups are closed" message instead of the generic failure.
The email sign-in path wraps err.type in a "sign in fail, err: ..." prefix before throwing, so an exact string match skipped it and the widget fell back to the generic "Login failed" message. Switch to a substring check so both the plain and wrapped forms surface the service-shutdown copy.
The email sign-in path wraps err.type in a "sign in fail, err: ..." prefix before throwing, so an exact string match skipped it and the widget fell back to the generic "Login failed" message. Switch to a substring check so both the plain and wrapped forms surface the service-shutdown copy.
This file contains hidden or 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
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.
변경
서비스 종료 대비 신규 가입 영구 차단.
차단
POST /tss/v1/keygen, POST /tss/v2/keygen → 403 + SIGNUP_DISABLED
기존 본문은 블록 주석으로 보존 (주석 해제로 롤백)
유지
/tss/v2/keygen_ed25519 — 기존 secp256k1 유저의 ed25519 백필 (USER_NOT_FOUND 가드로 신규 유저 우회 차단됨)
signin / 서명 / 인출 등 기존 유저 동작 전체
프론트
SDK OAuthSignInError에 signup_disabled 추가
user_dashboard / demo_web → "Signups are closed" 안내, 재시도 버튼 숨김