remotestorage / remotestorage.js

⬡ JavaScript client library for integrating remoteStorage in apps
https://remotestoragejs.readthedocs.io
MIT License
2.32k stars 141 forks source link

make the application password optional #10

Closed michielbdejong closed 13 years ago

michielbdejong commented 13 years ago

the login flow is confusing now if you visit a second unhosted website: it will ask for a user address and password, and it is far from obvious that the user address is the one you already have, but the password is a new, per-app password.

by putting this app password registration behind the oauth dialog, or even inside the app ('go crypto if you want to'), we hope this login flow becomes less confusing. the 'app-pwd-optional' branch was created for this purpose.

michielbdejong commented 13 years ago

done.