2.0.3 • Published 6 years ago

we-plugin-user-settings v2.0.3

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

We.js user settings plugin

We.js plugin to expose user and system settings

URls

Get user settings

get /user-settings

Hooks

we-plugin-user-settings:getCurrentUserSettings

Usage:

we.hooks.on('we-plugin-user-settings:getCurrentUserSettings', function(ctx, done) {
  // cosnt req = data.req,
  //   res = data.res;

  // change the ctx.data value and

  done();
});

Links

Copyright and license

Copyright Alberto Souza contato@albertosouza.net and contributors , under the MIT license.

Sponsored by

2.0.3

6 years ago

2.0.2

6 years ago

2.0.0

6 years ago

1.1.1

6 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago