MK (fengmk2)
MK (fengmk2)
使用 authing.cn 的能力,结合 tegg 的 module 能力,做一个 authing module。
```bash npm http fetch POST 200 https://registry.npmjs.org/-/v1/login 893ms npm verb web auth got response { npm verb web auth loginUrl: 'https://www.npmjs.com/login?next=/login/cli/xxxxx, npm verb web auth doneUrl: 'https://registry.npmjs.org/-/v1/done?sessionId=xxx' npm verb web...
baseauth 搞定  接下来需要做一个 authing.cn 的 示例
> npm v9+版本的login请求体已经没有hostname参数了,见[npm-profile源码](https://github.com/npm/npm-profile/blob/main/lib/index.js)。WebAuthController中的LoginRequestRule是不是应该调整成这样比较好? > > ```ts > const LoginRequestRule = Type.Object({ > // cli 所在机器的 hostname,NPM9+开始去掉 > hostname: Type.Optional(Type.String({ minLength: 1, maxLength: 100 })), > }); > ``` 可以来一个 pr...
@elrrrrrrr 交给你来挑战。
改成 rocketmq 实现,我来接手,将 rocketmq 用起来 https://github.com/apache/rocketmq-clients/tree/master/nodejs
This is an error returned by the rocketmq server.
pr is welcome
egg-bin v6 应该有 bug,可以来尝试修复一下
@hezhengxu2018 来贡献一个?