You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> CRUDAdmin is still experimental. While actively developed and tested, APIs may change between versions. Upgrade with caution in production environments, always carefuly reading the changelog.
33
33
34
34
## Features
@@ -131,31 +131,20 @@ Navigate to `/admin` to access your admin interface with:
131
131
- Responsive UI with dark/light themes
132
132
- Built-in security features
133
133
134
-
## ⚠️ Security Notice
135
-
136
-
**Important for SQLite users:** If you're using SQLite databases (which is the default for CRUDAdmin), make sure to add database files to your `.gitignore`:
137
-
138
-
```gitignore
139
-
# SQLite databases - NEVER commit these to version control
- SQLite databases contain sensitive data including admin credentials, session tokens, and user data
152
-
- Committing database files to public repositories exposes this sensitive information
153
-
- Database files can become large and are not suitable for version control
154
-
155
-
**What to commit instead:**
156
-
- Database schema/migration files
157
-
- Sample data files (with fake/sanitized data)
158
-
- Configuration files (with placeholder values)
134
+
> \[!WARNING\]
135
+
> **Important for SQLite users:** If you're using SQLite databases (which is the default for CRUDAdmin), make sure to add database files to your `.gitignore` to avoid committing sensitive data like admin credentials and session tokens.
136
+
>
137
+
> ```gitignore
138
+
> # SQLite databases - NEVER commit these to version control
0 commit comments