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 Ethereum independent authentication method #498

Open
2 tasks
vsbogd opened this issue May 20, 2020 · 0 comments
Open
2 tasks

Discuss Ethereum independent authentication method #498

vsbogd opened this issue May 20, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@vsbogd
Copy link
Member

vsbogd commented May 20, 2020

Our experience with authentication using current Ethereum block shown that it is not convenient:

  • it sticks whole payment system to Ethereum. It is not bad for the escrow payments as they use Ethereum anyway, but generally it is not good (for freecall payments for example) as we plan to support other payment methods in future;
  • it is not faster than requesting random number from server side as both methods require making RPC.

So we should probably invent another authentication method to be able using it when payment method is not based on Ethereum.

Steps required:

  • collect authentication use cases from the code
  • discuss which authentication method could replace current Ethereum block
@vsbogd vsbogd added the enhancement New feature or request label May 20, 2020
@vsbogd vsbogd changed the title Discuss new authentication method Discuss Ethereum independent authentication method May 20, 2020
@vsbogd vsbogd mentioned this issue May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant