Ai
1 Star 0 Fork 0

codingchengdu/egg-oauth2-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.unittest.js 278 Bytes
一键复制 编辑 原始数据 按行查看 历史
Suyi 提交于 2017-09-16 15:00 +08:00 . release 2.0.0: update to oauth2-server 3.x
'use strict';
module.exports = config => {
const exports = {};
exports.keys = '123456';
exports.oAuth2Server = {
debug: config.env === 'local',
grants: [ 'password' ],
};
exports.security = {
csrf: {
enable: false,
},
};
return exports;
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codingchengdu/egg-oauth2-server.git
git@gitee.com:codingchengdu/egg-oauth2-server.git
codingchengdu
egg-oauth2-server
egg-oauth2-server
master

搜索帮助