ztkmkoo / dss

Asynchronous distributed server system (dss)
MIT License
19 stars 13 forks source link

[#117] create authentication actor #132

Closed RulLu16 closed 4 years ago

RulLu16 commented 4 years ago

Resolves #117

I create auth actor to authenticate request.

DssRestAuthActor

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!

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.09%) to 85.287% when pulling 7f665a3da677fe40c26e5ffbd06e60d99968e825 on RulLu16:feature/117_create_authentication_actor into 51068998bb36aba7b07ebe298785f6cfcb3f5afa on ztkmkoo:develop.

ztkmkoo commented 4 years ago

@RulLu16 Thanks for your contribution. After update the branch, i will merge this pr

RulLu16 commented 4 years ago

@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.