Commit Graph

8 Commits

Author SHA1 Message Date
c4bc4a2f4b fix clippy errors 2021-04-22 20:35:17 +05:30
e1c4bb8fc7 Rename UserDTO to UserDto 2021-04-21 13:32:03 +05:30
0fd1137361 Add ci file 2021-04-21 13:24:44 +05:30
1d1cff4f74 Add docker build and update to actix-web v3 2021-04-21 11:11:48 +05:30
667728bb02 Added basic auth
TODO need to improve error handling
2020-08-12 01:21:20 +05:30
e22b6770f9 Formatting and diesel boxed query experiment 2020-05-12 17:37:53 +05:30
260f887d22 Implemented basic auth logic + other stuff 2020-05-12 01:03:11 +05:30
cb26393fcd Many updates
Split codebase into modules
Added custom all in one error type
Added password to user model
Added password hashing using bcrypt
Added model validation for username using regex
2020-05-09 12:07:08 +05:30