auth middleware of originforest in bpframework
npm install @originforest/middleware-authhttps://github.com/bpcloud/middleware
#### Setup.
``js
import { Application } from 'bpframework';
import * as middleware_auth from '@bpframework/middleware-auth';
Application.use(middleware_auth.middleware)
Application.runKoa(...);
`
#### Config.
`properties
spring:
application: xxxxxxxxx # 服务名字
service_sign:
faas_service_sign: xxxxxxxxx # 服务签名
``