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
Copy file name to clipboardExpand all lines: content/docs/latest.mdx
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,31 @@ After upgrading, it's recommended to also upgrade any external extensions:
11
11
12
12
<ShellCommand>llms --update all</ShellCommand>
13
13
14
+
## Mar 2, 2026
15
+
16
+
### Credentials Auth Provider
17
+
18
+
The built-in [credentials](/docs/authentication/credentials) extension enables Username/Password authentication for your Application, including a Sign In page, user registration, role assignment, and account locking. It provides full user management through both the CLI and a web-based Admin UI, along with account self-service for all authenticated users.
19
+
20
+
Credentials is the default Auth Provider that's automatically enabled when at least one user has been created:
21
+
22
+
```bash
23
+
llms --adduser admin
24
+
```
25
+
26
+
<Screenshotsrc="/img/auth/signin.webp"alt="Sign In Page" />
27
+
28
+
After logging in as `admin`, you can create additional users from the **Manage Users** page which can be accessed from the user menu.
0 commit comments