You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
421 B

5 years ago
# auth
auth system for ushio system
5 years ago
## Key Logic
- three kinds of account: admin, user, visitor
- usr can be authed by email, phone, passwd
- after logined, the client id and secret can be generated and assigned
- every domain is an single app, it needs a new client id and secret.
- the app use the id and secret to get a time-expired token
- the client id and secret can be managed
## Process Flow
```
```