mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
8 lines
258 B
Markdown
8 lines
258 B
Markdown
User management and authentication
|
|
|
|
# User Service
|
|
|
|
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.
|