SE-8-2021 / backend

The backend of 2021 SE class group 8, inherited from the 2020 project.
https://pvs.xcc.tw
MIT License
0 stars 4 forks source link

feat: Add register function #38

Closed jn2657 closed 2 years ago

jn2657 commented 2 years ago

Description

Based on the previous PR, I add a simple register function to let users can register accounts by themselves. In addition, to improve this function, there are some constraints for password security can be added. Also, the way backend encoding password is changed from MD5 to Argon2.