This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 216
feat(app): basic password authentication #2940
Merged
Merged
Conversation
This file contains 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
korhaliv
added
type: enhancement
New feature or request
scope: security
issues that are security related
labels
Oct 7, 2019
korhaliv
force-pushed
the
feat/app-password
branch
3 times, most recently
from
October 7, 2019 17:17
504b823
to
e03f278
Compare
6 tasks
mrfelton
suggested changes
Oct 8, 2019
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.
Some comments
korhaliv
force-pushed
the
feat/app-password
branch
from
October 8, 2019 20:34
e03f278
to
823ff7d
Compare
@mrfelton PR updated |
korhaliv
force-pushed
the
feat/app-password
branch
from
October 8, 2019 20:44
823ff7d
to
11ed8a3
Compare
mrfelton
suggested changes
Oct 9, 2019
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.
Nice one. A few things @korhaliv
korhaliv
force-pushed
the
feat/app-password
branch
4 times, most recently
from
October 9, 2019 13:58
467e1e3
to
7687671
Compare
korhaliv
added
scope: devops
issues that affect devops
scope: tests
issues relating to the test suit
and removed
scope: devops
issues that affect devops
labels
Oct 9, 2019
korhaliv
force-pushed
the
feat/app-password
branch
from
October 9, 2019 14:45
7687671
to
2864d1b
Compare
korhaliv
force-pushed
the
feat/app-password
branch
2 times, most recently
from
October 10, 2019 18:04
c862ded
to
62d9922
Compare
mrfelton
suggested changes
Oct 10, 2019
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.
A few minor comments on the code @korhaliv .
korhaliv
force-pushed
the
feat/app-password
branch
from
October 10, 2019 20:55
62d9922
to
9887fe0
Compare
korhaliv
force-pushed
the
feat/app-password
branch
from
October 11, 2019 09:58
673418c
to
dc95517
Compare
mrfelton
approved these changes
Oct 11, 2019
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.
Tested ACK dc95517
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
scope: security
issues that are security related
scope: tests
issues relating to the test suit
type: enhancement
New feature or request
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.
Description:
Continues #2860
This PR adds a number of improvements:
Resolves security for wallet (pin / password) #1387
How Has This Been Tested?
Manually
Screenshots (if appropriate):
Types of changes:
New feature
Checklist: