Skip to content

wejs/we-plugin-user-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

We.js plugin to add one url for get user and system settings

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published