Shweta Gupta Posted on Nov 4, 2019 User registration & login in Hyperledger fabric User registration & login in Hyperledger fabric Sep 30 '18 Comments: 2 Answers: 1 3 I am working on a project where I need the functionality of user registration and user login. I need some suggestion. What would be the better way of achieving this task? A.) Old school email & password OR B.) By using public & private keys? What I understand from optionβ¦ Open Full Question Top comments (2) Crown Sort discussion: Selected Sort Option Top Most upvoted and relevant comments will be first Latest Most recent comments will be first Oldest The oldest comments will be first Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand SimonNtz SimonNtz SimonNtz Follow Interests in distributed systems and cybersec to make a world more fair. Location switzerland Work Mr Joined Nov 7, 2019 • Nov 7 '19 Dropdown menu Copy link Hide It depends how you want to secure the access to your users' keys. You can use an GitHub/Google OAuth in top of your fabric client. Setup a Vault is another option that will give you a more production level security. However it comes with more integration effort. There is this really good article that explain in details the idea: medium.com/kompitech/hyperledger-f... Collapse Expand Shweta Gupta Shweta Gupta Shweta Gupta Follow Joined Nov 4, 2019 • Nov 7 '19 Dropdown menu Copy link Hide Thanks for your reply. I'll surely check it out. Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
It depends how you want to secure the access to your users' keys.
You can use an GitHub/Google OAuth in top of your fabric client.
Setup a Vault is another option that will give you a more production level security.
However it comes with more integration effort. There is this really good article that explain in details the idea:
medium.com/kompitech/hyperledger-f...
Thanks for your reply. I'll surely check it out.