Haoliang Gao

Results 83 comments of Haoliang Gao

增加 strict 模式,3.x 默认开启,需要整理一下哪些是需要严格校验的。

https://github.com/eggjs/egg-errors

是的,这块比较粗糙,现在需要自己来启动,k8s 里面如果作为一号进程就不需要 egg-cluster 这样的守护进程了。

好像 egg-passport 默认用了 sessionStratege,要等 @fengmk2 回来看看

因为都被我 egg 接管了,你得自己实现。

you can pass an option plugins to specify which plugin can be enable/disable

Using EGG_PLUGINS https://github.com/eggjs/egg-core/blob/master/lib/loader/mixin/plugin.js#L72 Or options.plugins https://github.com/eggjs/egg-core/blob/master/lib/loader/mixin/plugin.js#L81