-
Notifications
You must be signed in to change notification settings - Fork 9
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
Multiple user credentials possibility in FDP and FairOS #54
Comments
This implies I could login with same username but different passwords and I would see different content in my Fairdrive? |
No, you will see the same content. |
I think the idea is similar to more fingerprint recognition for your device, which is convenient.If the case is to implement fingerprint, facial recognition, or voice, -why not!– as user credentials, they could be stored as different password values. Right? btw the market is moving toward passwordless but biometric authentication apps/services, I think it's scary |
That solely depends on ability to disable/deleting one of the passwords if it gets compromised.... And an ability to see and manage passwords and or access logs. If not is a big security concern. |
I was against this, but now that I think of pros we can have two opportunities here.
this will be archived. |
I don't like it. We need to have recovery kits or guardian eg like Argent or Loopring |
I think a general solution for account management should be found (password change, password recovery). Also, changing my mind - it is weird for the user to have several accounts for the same data storage. And also much harder for the user to maintain from security perspective (any of the passwords could leak - you need to manage them all). @tfius let's start a spec arround how account management should look like? |
Let's spec this using BeeSon.
Something like this:
https://cryptobook.nakov.com/symmetric-key-ciphers/ethereum-wallet-encryption
Recovery is another thing, we would need to see what approach works for us:
Guardians, Backup Code, or plain old mnemonic.
More here
https://support.argent.xyz/hc/en-us/articles/360007338877-How-to-recover-my-wallet-with-guardians-complete-guide
…On Fri, Sep 23, 2022 at 3:57 AM Crt Ahlin ***@***.***> wrote:
I think a general solution for account management should be found
(password change, password recovery). Also, changing my mind - it is weird
for the user to have several accounts for the same data storage. And also
much harder for the user to maintain from security perspective (any of the
passwords could leak - you need to manage them all).
@tfius <https://github.com/tfius> let's start a spec arround how account
management should look like?
—
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJQWR4UPBFBMMV43GI6RDLV7VWH7ANCNFSM6AAAAAAQBMV6WA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@nugaon full spec described by satoshi labs https://github.com/satoshilabs/slips/blob/master/slip-0039.md
|
The current implementation of authentication stores the user account info in an SOC with the topic
VERSION+USERNAME+PASSWORD
.Currently fairOS does not allow the owner to re-register, but potentially it can, with different password and have different SOCs. This will let the user login into his/her account with multiple passwords.
Steps to reproduce
Should we allow this?
The text was updated successfully, but these errors were encountered: