qiusuo-fuyuan / qiusuo-backend

0 stars 0 forks source link

QiuSuo-AuthorizationServer - Move the authentication logic from qiusuo-communityservice to qiusuo-authorizationservice #115

Open ryan-zheng-teki opened 3 years ago

ryan-zheng-teki commented 3 years ago

User Story Move the current authenticatoin logic from qiusuo-communityservice to qiusuo-authorizationserver.

Authorizationserver will use MySQL database for creating the user(This means that communityservice and authorizationserver will share the same database. For the current being that's fine.

image

What To Do: (1) configure authorization server with gateway (2) configure authorizationserver with MySQL (3) make sure that communityservice Authentication object can be populated.

Important!!!! Discussion before doing this ticket.