react-auth-box icon indicating copy to clipboard operation
react-auth-box copied to clipboard

Truffle, Webpack, React, Redux boilerplate with routing and authentication via a smart contract.

Results 23 react-auth-box issues
Sort by recently updated
recently updated
newest added
trafficstars

'When loading the page with redux-devtools, the page outputs errors and does not render' as per https://github.com/ethereumjs/testrpc/issues/300 ### Error Received The console error from truffle-box-auth is: `Error: Error: RPC method...

Add new MetaMask ethereum.enable() method to approve accounts access if user has turned on new privacy option in Metamask (EIP-1102). Tested with MetaMask 4.16.0 Reference: https://medium.com/metamask/https-medium-com-metamask-breaking-change-injecting-web3-7722797916a8?fbclid=IwAR3ZdRRUyvQ7AMvn3BaVC0_XIoGreK5_LguZJuiTMVzCbWKja0PAjhH8kbw

Solidity has deprecated defining constructors with the same name as the contract. This warning applies to `Ownable.sol` and `Killable.sol`. ``` Warning: Defining constructors as functions with the same name as...

Problem: The onProfileFormSubmit function makes a redundant call to event.preventDefault() - event.preventDefault is already called inside handleFormSubmit (src/user/ui/ProfileForm.js) - event is never passed from the function which causes an error...

I got error "TypeError: web3.toUtf8 is not a function" in LoginButtonActions.js. Maybe, web3.js(ver1.0.0) made toUtf8() method deprecated.(https://web3js.readthedocs.io/en/1.0/web3-utils.html?highlight=toutf8#hextoutf8) So I fixed this problem like below. I wish you change source code....

I made the following improvements: - Added zeppelin-solidity. - Use of zeppelin-solidity's Destructible rather than custom Killable. - Cleaned 2_deploy_contracts. - Deleted contracts/zeppelin/lifecycle/Killable.sol - Deleted contracts/zeppelin/ownership/Ownable.sol

I have just downloaded the React-auth-box and followed all the steps. I'm using testrpc for testing. However, I'm getting the following errors while doing truffle test: 1. Error: VM Exception...

Hi, I would deploy the box to ropsten. the code works fine in localhost but I got his error in ropsten: The contract is deployed but impossible to connect to...

Authentication, signing up doesn't seem to work for me. This might be the issue: [https://github.com/truffle-box/truffle-box-auth/blob/master/contracts/Authentication.sol#L27](url) I believe signup and update shouldn't have the payable modifier.