dapp-authentication icon indicating copy to clipboard operation
dapp-authentication copied to clipboard

This project provides authentication Decentralized Applications (DApps)

Results 1 dapp-authentication issues
Sort by recently updated
recently updated
newest added

what the point of this check? `require(user[_address].addr != msg.sender);` [link](https://github.com/Zaryab-Programmer/dapp-authentication/blob/4f4c41cef5a8e222daae20b9f716c863864cd189/contracts/Auth.sol?_pjax=%23js-repo-pjax-container%2C%20div%5Bitemtype%3D%22http%3A%2F%2Fschema.org%2FSoftwareSourceCode%22%5D%20main%2C%20%5Bdata-pjax-container%5D#L23) I can call the method from a `0x1` address with `0x2` in args. The main codition is - caller address...