aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Authenticate/AuthHandler.cs
Commit message (Collapse)AuthorAgeFilesLines
* 3 things.杨宇千2019-08-051-1/+2
| | | | | | 1. Exchange Models and Entities namespace. 2. Fix the bug that input with missing field leads to 500. 3. Write unit tests.
* Expired token now has a unique code.杨宇千2019-08-011-0/+4
|
* Rename isAdmin to administrator.杨宇千2019-07-291-1/+1
|
* Fix bugs and write unit tests.杨宇千2019-07-231-1/+1
|
* WIP: change auth handler.杨宇千2019-07-211-13/+16
|
* WIP: Change the JwtService.杨宇千2019-07-201-3/+1
|
* Write a custom authenticate handler.杨宇千2019-07-201-0/+96