Upload files to "documents"

This commit is contained in:
2026-06-10 13:23:15 +00:00
parent 37d2a3ea3e
commit ffd0f79b5c
2 changed files with 59 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# Authentication and User Management
## Google OAuth Flow
Google
-> Portal
-> Users table
Fields:
- email
- display_name
- avatar_url
- provider_subject
- auth_provider
- last_login_at
## User Creation
First user:
- admin
Additional users:
- viewer
## AUTH_MODE
google
- Google only
mixed
- Google + local fallback
local
- Local login only