accounts-js / accounts

Fullstack authentication and accounts-management for Javascript.
https://www.accountsjs.com/
MIT License
1.5k stars 141 forks source link

Option to log in using your MetaMask account #122

Open elie222 opened 6 years ago

elie222 commented 6 years ago

Article: Never Use Passwords Again with Ethereum and Metamask

When building Dapps you don't need to login. For example, in the CryptoKitties Dapp if you'd like to sell a cat that happens through the blockchain and there's no need to log in to the CryptoKitties own servers. You just need your private key and you can send the transaction. But certain functionality isn't on the network and does run through their own servers, so here they use MetaMask to login and this enables you to set a username and email (to receive notifications from them).

It would definitely be nice to have an out the box solution for login using MetaMask as more and more Dapps start to be built.

TimMikeladze commented 6 years ago

Briefly glanced over the article. I think it's going to be possible to implement this by adding another auth strategy for metamask.