GithubHelp home page GithubHelp logo

Login access about iris-deprecated HOT 5 CLOSED

driemworks avatar driemworks commented on August 18, 2024
Login access

from iris-deprecated.

Comments (5)

driemworks avatar driemworks commented on August 18, 2024

Currently, there is no dedicated login account for testing, so you will have to create your own. I'll need to update the readme to provide more details, however, to "sign in" you must:

  1. have a local IPFS node running
  2. (optional, if you want to create a new username/password for your machine) clear your browser's localstorage for localhost
  3. enter any username/password combo you want

What this does is:

  1. generates a mnemonic phrase, which is encrypted with the browser-passworder library and then stored in your browser's localstorage (hence the optional step 2 above for new username/password combo. This is useful when you'd like to generate multiple accounts for testing, particularly the share functionality.)
  2. uses your username/password to create a new ethereum account.

On login, when the password is accepted, the password is used to decrypt the mnemonic phrase. Then the password, in conjunction with the mnemonic phrase, is used to recover the ethereum account.

Note: The reason for using ethereum is for future features that will be implemented, where user's can interact with smart contracts.

from iris-deprecated.

Koploseus avatar Koploseus commented on August 18, 2024

Thanks for the answer!
I don't have any account yet.. and it keep telling me to put my alias and password (even if i clear my browser's storage) i can't even create one

from iris-deprecated.

driemworks avatar driemworks commented on August 18, 2024

Do you see any errors in the console logs or in the outgoing http calls?

from iris-deprecated.

Koploseus avatar Koploseus commented on August 18, 2024

Those are the errors
image

from iris-deprecated.

driemworks avatar driemworks commented on August 18, 2024

That all looks as expected, just unused import warnings that need to be cleaned up. Can you check if there are network issues? I have a feeling there could be an error when attempting to call IPFS, in which case it may be the local ipfs config that is the root cause.

from iris-deprecated.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.