Add Account Verification Panel and Recovery Key Bootstrap Functionality#69
Merged
mjkatgithub merged 4 commits intodevelopfrom May 9, 2026
Merged
Conversation
- 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.
7 tasks
…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.
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.
AccountVerificationPanel.vuecomponent for managing device verification processes, including emoji comparison and recovery key input.recoveryKeyBootstrap.ts, allowing users to restore cross-signing secrets using their recovery keys.useAppI18n.tswith new messages related to verification and recovery key processes in both English and German.