Skip to content

Commit 3dffcd4

Browse files
docs: clarify README on Filament admin authentication structure, emphasizing the use of a dedicated admins table and guard
1 parent b629f98 commit 3dffcd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Course Hub
22

3-
> **Filament admin authentication:** this repo keeps Filament admins on a separate **`admins`** table and **`admin`** guard from student **`users`** / **`web`**. Background, security rationale, and setup: **[`docs/FILAMENT_ADMIN_AUTH.md`](docs/FILAMENT_ADMIN_AUTH.md)**.
3+
> **Filament admin authentication:** Filament admins use a dedicated **`admins`** table and **`admin`** guard, separate from student **`users`** / **`web`**. See **[`docs/FILAMENT_ADMIN_AUTH.md`](docs/FILAMENT_ADMIN_AUTH.md)**.
44
55
A Laravel-based Learning Management System featuring a **student-facing course experience** and a **Filament-powered admin panel**.
66

0 commit comments

Comments
 (0)