Update README.md

master
呓喵酱 5 years ago committed by GitHub
parent 0cd39554bd
commit 92305f6cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      README.md

@ -1,2 +1,18 @@
# auth
auth system for ushio system
## 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
```
```

Loading…
Cancel
Save