-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
[discuss] Asymmetric authentication #812
base: master
Are you sure you want to change the base?
Conversation
packages/asymmetric/README.md
Outdated
@@ -0,0 +1,30 @@ | |||
# @accounts/password |
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.
need to change that
@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 wrote to the GitHub support, looks like this is happening in every pr submitted from a fork... |
bdf442b
to
3e57ec8
Compare
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