aceace001 / SE-Spring2022

1 stars 1 forks source link

#backend func# login, register, logout #4

Open rookiefromgis opened 2 years ago

rookiefromgis commented 2 years ago

After communicating with Dafei Du, we decided to use the GIN rather than the fiber framework to achieve the authentication function. Using Gorm(MySQL) for the database and JWT (token+cookie) for the authentication. Finally, Using postman to test those APIs .