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

https://github.com/k8scat/myuser

A user system for multi-platforms.
https://github.com/k8scat/myuser

Last synced: 4 months ago
JSON representation

A user system for multi-platforms.

Awesome Lists containing this project

README

          

# My User

A user system for multi-platforms.

## Todo

* [x] Swagger API
* [ ] Models
* [ ] Controllers
* [ ] Support multi-conf

## OAuth

* [ ] QQ
* [ ] WeChat
* [ ] Weibo

## Start

```shell script
# Init db before run
bee run
```

## Environment

```shell script
go get -u github.com/astaxie/beego
go get -u github.com/beego/bee

```

## Reference

* [beego document](https://beego.me/docs/intro/)
* [多平台统一用户系统设计](https://segmentfault.com/a/1190000010627161)