Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various fixes to putUser #178

Merged
merged 2 commits into from
Nov 17, 2017

Commits on Nov 14, 2017

  1. fix(putUser): ensure reserved words are enforced in metadata

    BREAKING CHANGE: In both signUp and putUser, '_id', '_rev', 'name',
    'type', 'roles', 'password', 'password_scheme', 'iterations',
    'derived_key', 'salt' are now all reserved words, and 'metadata' is
    not a reserved word anymore.
    ptitjes committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    9529f0c View commit details
    Browse the repository at this point in the history
  2. feat(putUser): take roles in account

    Closes pouchdb-community#114
    
    Roles can now be modified via putUser by passing ops.roles.
    ptitjes committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    8e90ef7 View commit details
    Browse the repository at this point in the history