Initial monorepo scaffold for Duoc Thu RAG medical chatbot
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# auth-service
|
||||
|
||||
NestJS. User signup/login, password hashing, JWT issuance/refresh. Owns the
|
||||
users/credentials table in Postgres. No dependency on other services.
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "@duoc-thu/auth-service",
|
||||
"private": true,
|
||||
"version": "0.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user