accounts icon indicating copy to clipboard operation
accounts copied to clipboard

[discuss] Asymmetric authentication

Open ozsay opened this issue 5 years ago • 5 comments

this is a new authenticator that will utilize asymmetric cryptography for authenticating users.

The main use case is biometric authentication, following this method.

Another use case may be authenticating by PIN where you don't want to expose the PIN to the server (the PIN is being treated as a private key).

@davidyaha

ozsay avatar Sep 23 '19 13:09 ozsay

@pradel I don't see the circleci check or the github check.

is something not working?

ozsay avatar Sep 23 '19 14:09 ozsay

Can you try to pull the account-js master branch into yours? (I think you are behind so you don't have the latest github ci config)

pradel avatar Sep 23 '19 15:09 pradel

I'm only ahead of master and i can see the files: https://github.com/ozsay/accounts/tree/asymmetric-authentication/.github/workflows

ozsay avatar Sep 23 '19 15:09 ozsay

I'm only ahead of master and i can see the files: ozsay/accounts:.github/workflows@asymmetric-authentication

I wrote to the GitHub support, looks like this is happening in every pr submitted from a fork...

pradel avatar Oct 04 '19 07:10 pradel

@ozsay @pradel Can we merge this?

davidyaha avatar Nov 28 '19 12:11 davidyaha