An open API service indexing awesome lists of open source software.

https://github.com/afeiship/weapp-auth-user-info

Authorization component get user info for weapp.
https://github.com/afeiship/weapp-auth-user-info

authorization info user weapp wechat

Last synced: 8 months ago
JSON representation

Authorization component get user info for weapp.

Awesome Lists containing this project

README

          

# weapp-auth-user-info
> Authorization component get user info for weapp.

## .bowerrc(Place in your project root path)
```json
{
"directory": "src/bower_components/"
}
```

## install:
```shell
bower install --save afeiship/weapp-auth-user-info
```

## usage:
```json
{
"navigationBarTitleText": "YOUR PAGE TITLE",
"usingComponents": {
"weapp-auth-user-info": "../../bower_components/weapp-auth-user-info/dist/index"
}
}
```