UNPKG

strapi-miniprogram-auth-weilanwl

Version:

Helps you to easily create WeChat MiniProgram authentication available for your user.

32 lines (27 loc) 468 B
module.exports = [ { method: 'GET', path: '/credentials', handler: 'wechatController.getCredentials', config: { policies: [], }, }, { method: 'POST', path: '/credentials/add', handler: 'wechatController.createCredentials', config: { policies: [], }, }, { method: 'POST', path: '/login', handler: 'wechatController.login', config: { auth: false, policies: [], }, }, ];