-
-
Notifications
You must be signed in to change notification settings - Fork 849
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
Added authentication when pressing the Share QR, edit and delete button #277
Conversation
- Used the requestAuthentication function in utils/auth_util.dart to perform the authentication
lib/l10n/arb/app_en.arb
Outdated
"minimizeAppOnCopy": "Minimize app on copy", | ||
"editCodeAuthMessage": "Authenticate to edit code", | ||
"deleteCodeAuthMessage": "Authenticate to delete code", | ||
"showQRAuthMessage": "Authenticate to show QR" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QR code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM apart from this tiny thing. Will merge once this is fixed :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool I have fixed it 🤝
Thanks for the contribution @ShivamHP! ❤️ |
Description
Added authentication when pressing the Share QR, edit and delete button in CodeWidget
Resolves #192
Used the requireAuthentication() function in utils/auth_util.dart to perform authentication
Type of Change
Enhances security