You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User registration should provide feedback on the availability of usernames. Current implementation of availability attempts to load a db in a given name and read from it. This ends up CREATING this user-db - an unintended side effect.
Avenues:
Require login for the creation of dbs (Not immediately obvious from Couch documentation)
User registration should provide feedback on the availability of usernames. Current implementation of availability attempts to load a db in a given name and read from it. This ends up CREATING this user-db - an unintended side effect.
Avenues:
skip_setup
option on db creation may be what I'm looking for, but the workaround for PouchDb 7 : authentication doesn't work anymore pouchdb-community/pouchdb-authentication#239 is impeding the normal passing of settings to the pouch ctor.The text was updated successfully, but these errors were encountered: