rockq-org / austack-core

API, Console, Test of austack
32 stars 8 forks source link

make austack-nodejs.js to be a npm package #225

Closed lymanlai closed 9 years ago

lymanlai commented 9 years ago

187

  // 验证用户的JWT是否合法(主要是为了验证是否被用户强制退出登录而导致的过期)
  validateUserJwt: validateUserJwt,
  // 1. 获取jwt
  getApplicationJwt: getApplicationJwt,
  // 2. 获取用户列表
  getUserList: getUserList,
  // 3. 创建新用户
  createNewUser: createNewUser,
  // 4. 获取用户详情
  getUserDetail: getUserDetail,
  // 5. 更新用户
  updateUser: updateUser,
  // 6. 删除用户
  deleteUser: deleteUser,
hailiang-wang commented 9 years ago

Cool, but provide the package with this account :

email

functional-id@arrking.com / tavTonfacs1 
http://exmail.qq.com/
lymanlai commented 9 years ago

http://npmjs.com

functional-id@arrking.com / 6ed0784

https://www.npmjs.com/package/austack-nodejs

hailiang-wang commented 9 years ago

@lymanlai good job, thanks.