Closed RulLu16 closed 4 years ago
@RulLu16 Thanks for your contribution. After update the branch, i will merge this pr
@RulLu16 Thanks for your contribution. After update the branch, i will merge this pr
@ztkmkoo Thank you for your review! Thanks to your help, I resolve this issue.
Resolves #117
I create auth actor to authenticate request.
DssRestAuthActor
Get authentication request If user is in userList, create jwt token and return authentication response.
Get authorization request. If token is in tokenList, try to verify whether this token is valid or not and return authorization response.
But in test code, I'm sorry that there are some errors. So I needs you guys helps.. feel free to review for any thing!