Skip to content
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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ozsay
Copy link
Contributor

@ozsay ozsay commented Sep 23, 2019

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

@@ -0,0 +1,30 @@
# @accounts/password
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to change that

@ozsay
Copy link
Contributor Author

ozsay commented Sep 23, 2019

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

is something not working?

@pradel
Copy link
Member

pradel commented Sep 23, 2019

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)

@ozsay
Copy link
Contributor Author

ozsay commented Sep 23, 2019

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

@pradel
Copy link
Member

pradel commented Oct 4, 2019

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...

@davidyaha
Copy link
Member

@ozsay @pradel Can we merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants