PolymerElements / app-pouchdb

Custom Elements for working with PouchDB.
49 stars 27 forks source link

Authentcation with remote database #44

Open sowsan opened 7 years ago

sowsan commented 7 years ago

Here it says https://www.polymer-project.org/1.0/toolbox/app-storage, we can even use these elements with authentication against the remote database. Couldn;t find any implementation / or passing user name password options.

Can someone please verify it please. Thanks !

Regards, Sowmyan

floffel commented 6 years ago

I know this Request is a little old (and now its polymer 2/3), but just if someone strubles accross this:

Maby https://github.com/PolymerElements/app-pouchdb/pull/1 is what you're searching for. (That's an [PuchDB/Couchdb] authentification element & it works for me for a school project.. :) ).

Tho if you just want so send formdata you might want to try the iron-form element, wich provides a "on-iron-form-presubmit" event binding..