feat: optional additional verification gates (#3262)
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
Notify HeyPuter / notify (push) Has been cancelled
release-please / release-please (push) Has been cancelled

* phone number verificiation initial

* finish phone verification

* feat: add card gate for signups

* chore: npm

* fix: modal order and wording

* fix:wording

---------

Co-authored-by: Neal Shah <neal.shah@puter.com>
This commit is contained in:
Daniel Salazar
2026-06-15 09:16:00 -07:00
committed by GitHub
co-authored by Neal Shah
parent 900b0d7aa6
commit cd800148d5
28 changed files with 3723 additions and 117 deletions
@@ -86,6 +86,8 @@ const AVAILABLE_MIGRATIONS: [number, string[]][] = [
[50, ['0055_username_nocase_unique.sql']],
[51, ['0056_sessions_kind_worker.sql']],
[52, ['0057_add_user_reputation.sql']],
[53, ['0058_add_phone_verification.sql']],
[54, ['0059_add_card_verification.sql']],
];
export class SqliteDatabaseClient extends AbstractDatabaseClient {