kaloyan-raev / hello-storj

Demo app for integrating the libstorj native library in Android
GNU General Public License v3.0
5 stars 3 forks source link

Allow a user to register an account through the app #4

Open MeijeSibbel opened 7 years ago

MeijeSibbel commented 7 years ago

Users should be able to register in the app in for example the following ways:

  1. email and password
  2. Social media (facebook, twitter...)

I am not sure if there is a logic for this yet or not, maybe plugin into the code of app.storj.io.

Registering to Storj should be painless.

If there is no logic for this i think we should open a issue for this on bridge-GUI-vue: https://github.com/Storj/bridge-gui-vue

kaloyan-raev commented 7 years ago

Libstorj provides a register function. So, it should be possible to register directly in the app. However, it is email and password only. I don't see any social media support.

I plan to refactor the UI for the next version. This issue could be part of it.

MeijeSibbel commented 7 years ago

Ok cool, registering with email and password through the app would be a good start.