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

Integrates text-security npm module to Secrets component #304

Open
wants to merge 3 commits into
base: vue
Choose a base branch
from

Conversation

rewanthtammana
Copy link

@rewanthtammana rewanthtammana commented Jul 28, 2019

Hides the sensitive secret information while typing as password disc symbols to prevent shoulder surfing.

@bradrydzewski @tboerger There were some compilation errors when I tried to include svg, eot and ttf font files. It seems they require updated version of file-loader and url-loader modules. ( Ref: webpack/webpack#6419 ). The latest version of both the modules are added to package.json

Closes #302

cc: @HrushikeshK

@rewanthtammana rewanthtammana force-pushed the integrate-text-security branch from 89ade58 to 64916b6 Compare July 28, 2019 10:49
@rewanthtammana rewanthtammana force-pushed the integrate-text-security branch from 64916b6 to 5b0a004 Compare July 28, 2019 10:55
@rewanthtammana
Copy link
Author

rewanthtammana commented Aug 2, 2019

@tboerger I wasn't familiar with VUE, so I faced issues in importing node_modules. After digging up a bit, I found a new way and its working like a charm. Just removing the "~" did the job perfectly. Please check it.

@rewanthtammana
Copy link
Author

@bradrydzewski @tboerger any changes required for the code? any updates?

Copy link

@tboerger tboerger left a comment

Choose a reason for hiding this comment

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

I would name the class hide-secret, but besides that LGTM

@rewanthtammana
Copy link
Author

I would name the class hide-secret, but besides that LGTM

Done. I was more associated with JS, so just got used to JS coding conventions.

@tboerger
Copy link

tboerger commented Aug 6, 2019

cool 👍

@till
Copy link

till commented Dec 21, 2019

The change looks great, is anyone merging this soon?

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.

3 participants