# user-center-auth
user-center 验证中间件

配置:

```javascript
config:{
  loginUrl: '',
  infoUrl: '',
  exclude: [
    'path_a',
    'path_b'
  ]
}
```