mirror of
https://github.com/Chewbaccalakis/rfid-database.git
synced 2026-09-09 16:01:56 -07:00
Implement RFID tag dump PWA with REST API, auth, and CI (#1)
Add Next.js app with SQLite/Drizzle storage for sites and LF/HF tag dumps, multi-user Auth.js (credentials + optional OIDC), personal API tokens in Settings, versioned /api/v1 for UI and future CLI use, MCT/Proxmark/JSON import-export, PWA offline shell, Vitest tests, and GitHub Actions CI. Co-authored-by: Cursor Agent <[email protected]>
This commit is contained in:
co-authored by
Cursor Agent
parent
5029945cc2
commit
8500d2f673
@@ -0,0 +1,11 @@
|
||||
AUTH_SECRET=change-me-to-a-long-random-string
|
||||
# Optional: path to SQLite file (default ./data/rfid.db)
|
||||
# RFID_DB_PATH=./data/rfid.db
|
||||
|
||||
# Optional OIDC (Authentik, Keycloak, Authelia, etc.)
|
||||
# AUTH_OIDC_ISSUER=https://sso.example.com/application/o/rfid/
|
||||
# AUTH_OIDC_CLIENT_ID=
|
||||
# AUTH_OIDC_CLIENT_SECRET=
|
||||
# AUTH_OIDC_NAME=SSO
|
||||
# NEXT_PUBLIC_AUTH_OIDC_ENABLED=1
|
||||
# NEXT_PUBLIC_AUTH_OIDC_NAME=SSO
|
||||
Reference in New Issue
Block a user