Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Try to find a way to keep user session without storing the passphrase (is it possible?) #25

Open
ilkamo opened this issue Nov 26, 2020 · 4 comments · Fixed by #48
Open

Comments

@ilkamo
Copy link
Owner

ilkamo commented Nov 26, 2020

No description provided.

@ilkamo ilkamo created this issue from a note in Skybrain road to beta (To do) Nov 26, 2020
@ilkamo
Copy link
Owner Author

ilkamo commented Dec 15, 2020

https://webauthn.guide/

@ilkamo
Copy link
Owner Author

ilkamo commented Dec 15, 2020

https://webauthn.io/

@ilkamo
Copy link
Owner Author

ilkamo commented Dec 15, 2020

I had proposed a setup similar to this a while back for crypto in general (I think David was 'present' for that too)... create a nonce and store it in the browser (there is a browser credential API). Sign the nonce with the browser's WebAuthn ( https://webauthn.io/ ) functionality and use the signature generated from that as the seed for the private key. What that lets you do is sign in with your biometrics (touchbar, touchid, faceid, etc) or whatever the platform supports (all major browsers now support webauthn fido). Still show the words as a backup phrase (like normal crypto). Then do device auth for adding new devices.... basically "It looks like you aren't signed in on this device... enter the following code on your logged in device" kinda thing (maybe a QR code too).
it sounds complicated... but it's actually relatively straight forward in code and meanwhile the user gets to use their thumb to sign in
stay logged in on your phones browser and scan the code for instant access
skynet offers nicities that make this pretty easy where in trad-web you'd have to setup a bunch of infrastructure

by @tobowers

@tobowers
Copy link

looks like most desktops won't have the biometrics necessary here.

@ilkamo ilkamo linked a pull request Feb 5, 2021 that will close this issue
@ilkamo ilkamo moved this from To do to Done in Skybrain road to beta Feb 5, 2021
@ilkamo ilkamo moved this from Done to Released in Skybrain road to beta Feb 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants