update db examples and readmes

This commit is contained in:
Asim Aslam
2021-12-01 13:57:07 +00:00
parent ce9e835af4
commit a4187894b2
3 changed files with 14 additions and 13 deletions

View File

@@ -2,5 +2,6 @@ User management and authentication
# User Service
The user service provides user account management and authentication
The user service provides user account management and authentication. It includes the ability to
send verification and password reset emails. All data is stored in the DB service under the "users"
table.