> For the complete documentation index, see [llms.txt](https://docs.klai.studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klai.studio/v1/security/authentication.md).

# Authentication

BetterForms has several authentication strategies. These fall into internal and external systems.

## Internal Basic Authentication

This authentication strategy uses an internal `users` table with email and hashed password.

### Accessing Restricted Pages

If you have enabled authentication for a specific page if an unauthenticated user attempts to access that page they will be redirected to your login page. After they login they will be forwarded to the initial page they requested. If the `onLogin` hook returns a `path` action, then that initial page will not be followed and the action will determine the users next page.

###
