Skip to content

Add Account Verification Panel and Recovery Key Bootstrap Functionality#69

Merged
mjkatgithub merged 4 commits intodevelopfrom
feature/recovery-key-crypto-bootstrap
May 9, 2026
Merged

Add Account Verification Panel and Recovery Key Bootstrap Functionality#69
mjkatgithub merged 4 commits intodevelopfrom
feature/recovery-key-crypto-bootstrap

Conversation

@mjkatgithub
Copy link
Copy Markdown
Owner

  • Introduced a new AccountVerificationPanel.vue component for managing device verification processes, including emoji comparison and recovery key input.
  • Implemented recovery key bootstrap logic in recoveryKeyBootstrap.ts, allowing users to restore cross-signing secrets using their recovery keys.
  • Enhanced internationalization support in useAppI18n.ts with new messages related to verification and recovery key processes in both English and German.
  • Updated the account settings page to integrate the new verification panel, improving user experience during the verification process.
  • Added unit tests for the recovery key bootstrap functionality to ensure robust error handling and verification logic.

- Introduced a new `AccountVerificationPanel.vue` component for managing device verification processes, including emoji comparison and recovery key input.
- Implemented recovery key bootstrap logic in `recoveryKeyBootstrap.ts`, allowing users to restore cross-signing secrets using their recovery keys.
- Enhanced internationalization support in `useAppI18n.ts` with new messages related to verification and recovery key processes in both English and German.
- Updated the account settings page to integrate the new verification panel, improving user experience during the verification process.
- Added unit tests for the recovery key bootstrap functionality to ensure robust error handling and verification logic.
@mjkatgithub mjkatgithub linked an issue May 9, 2026 that may be closed by this pull request
7 tasks
@github-project-automation github-project-automation Bot moved this to Backlog in Decentra May 9, 2026
…iguration

- Introduced a new `.env.example` file to provide examples for optional remote debug logging configuration.
- Updated `nuxt.config.ts` to include new settings for remote debug logging, allowing for better diagnostics.
- Enhanced `README.md` with instructions on enabling remote logging via environment variables.
- Implemented a `logOptionalRemote` function in `optionalRemoteLogger.ts` to handle logging to a remote endpoint.
- Integrated remote logging into various components, including `AccountVerificationPanel.vue` and `recoveryKeyBootstrap.ts`, to capture detailed debug information during verification processes.
- Introduced a new type for public configuration in `optionalRemoteLogger.ts` to streamline the retrieval of remote logging settings.
- Updated the `getOptionalRemoteLoggerPublicConfig` function to merge environment variables with Nuxt public configuration, improving flexibility.
- Refactored the `logOptionalRemote` function to utilize the new configuration structure, ensuring cleaner code and better maintainability.
… remote logging

- Added an account verification panel in settings with device verification (SAS) and recovery key bootstrap for cross-signing.
- Introduced optional remote debug logging via `NUXT_PUBLIC_DEBUG_LOG_*` environment variables and updated `.env.example` template.
@mjkatgithub mjkatgithub merged commit 21d1502 into develop May 9, 2026
5 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Decentra May 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Feature: Recovery key–based crypto bootstrap (alternative to SAS)

1 participant