personium / app-uc-cell-creator-wizard

It's just a DEMO! (Don't worry, you cannot create a cell.)
https://demo.personium.io/app-uc-cell-creator-wizard/__/index.html?lng=en
Apache License 2.0
1 stars 4 forks source link

Remove the need to hard code the user credential (account name and password) in JavaScript file #6

Open dixonsiu opened 7 years ago

dixonsiu commented 7 years ago

Even though the user credential is not readable, it is still more flexible to ask the user to provide the user credential dynamically (prompt dialog) or statically (config file).

dixonsiu commented 6 years ago

Currently the following method is used to read user defined information in MyBoard App.

  1. User defined info
  2. Read the info into JavaScript
  3. Example of how to use it internally