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.
- Host: GitHub
- URL: https://github.com/afeiship/weapp-auth-user-info
- Owner: afeiship
- Created: 2018-08-03T07:53:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T03:52:53.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T11:32:09.456Z (over 1 year ago)
- Topics: authorization, info, user, weapp, wechat
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
}
```