starting to install diesel

This commit is contained in:
2023-10-08 02:07:39 +02:00
parent 467f7b4b1d
commit 22ea7cab3d
7 changed files with 183 additions and 8 deletions

6
src/users/readme.md Normal file
View File

@@ -0,0 +1,6 @@
# Users
The most basic requirement of most services is authentication or identifying users.
This module should aim to provide that.