accounts
accounts copied to clipboard
[discuss] Asymmetric authentication
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
@pradel I don't see the circleci check or the github check.
is something not working?
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)
I'm only ahead of master and i can see the files: https://github.com/ozsay/accounts/tree/asymmetric-authentication/.github/workflows
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...
@ozsay @pradel Can we merge this?