UNPKG

strapi-miniprogram-auth-weilanwl

Version:

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

9 lines (7 loc) 146 B
'use strict'; const wechatCreds = require("./wechat-credential"); module.exports = { "wx-credential": { schema: wechatCreds } };