Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat: move passcode to session storage from local #220

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

HunnySajid
Copy link
Collaborator

Linked Issue: #218

Problem:
passcode is stored in the browser extension's local storage, which raises security issues and can be sneak peaked using multiple plugins.

passcode and other user related info e.g controlled ID are moved to session storage.

Behaviour Change
Earlier, if extension was unlocked it remained unlocked until timeout occurred. It means even if browser is closed and reopened before the timeout, extension remained unlocked.

Now extension moves to a locked state whenever the user closes the browser or timeout reaches.

@HunnySajid HunnySajid self-assigned this Nov 11, 2024
@HunnySajid HunnySajid requested a review from 2byrds November 11, 2024 13:46
Copy link
Collaborator

@2byrds 2byrds left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants