Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(communities): keycard authentication marked automatically as authenticated #14182

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

saledjenic
Copy link
Contributor

@saledjenic saledjenic commented Mar 27, 2024

A fix for this issue was in the line 726 in module.nim, but I also made a change to make sure that all sensitive data kept in the memory while the popup is active gets cleared on the popup close.

Closes #14174

@saledjenic saledjenic marked this pull request as ready for review March 27, 2024 09:09
@status-im-auto
Copy link
Member

status-im-auto commented Mar 27, 2024

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 517e7fb #1 2024-03-27 09:15:56 ~6 min macos/aarch64 🍎dmg
✔️ 517e7fb #1 2024-03-27 09:15:56 ~6 min tests/nim 📄log
✔️ 517e7fb #1 2024-03-27 09:20:09 ~10 min macos/x86_64 🍎dmg
✔️ 517e7fb #1 2024-03-27 09:20:13 ~11 min tests/ui 📄log
✔️ 517e7fb #1 2024-03-27 09:26:59 ~17 min linux/x86_64 📦tgz
✔️ 517e7fb #1 2024-03-27 09:44:25 ~35 min windows/x86_64 💿exe

@saledjenic saledjenic requested a review from caybro March 27, 2024 10:47
Copy link
Contributor

@noeliaSD noeliaSD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code LGTM but I cannot test the flow. It'd be nice if @alexjba can also test it!

@@ -140,7 +140,7 @@ method delete*(self: Module) =
self.controller.delete
self.communityTokensModule.delete

proc clean(self: Module) =
method cleanJoinEditCommunityData*(self: Module) =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which kind of details are cleared here? Just for me to have more context :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Details set to self.joiningCommunityDetails, look at the JoiningCommunityDetails object.

@saledjenic saledjenic merged commit 9b8401b into master Mar 28, 2024
8 checks passed
@saledjenic saledjenic deleted the fix/issue-14174 branch March 28, 2024 06:38
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Community authentication flow] Keycard authentication marked automatically as authenticated
4 participants