authelia/docs/configuration/storage/index.md
Amir Zarrinkafsh f3fd79d731
[DOCS] Review all docs and adjust since the initial refactoring (#698)
* [DOCS] Review all docs and adjust since the initial refactoring

* [DOCS] Minor tweaks
2020-03-10 09:37:46 +11:00

20 lines
408 B
Markdown

---
layout: default
title: Storage backends
parent: Configuration
nav_order: 10
has_children: true
---
# Storage backends
**Authelia** supports multiple storage backends. The backend is used
to store user preferences, 2FA device handles and secrets, authentication
logs, etc...
The available options are:
* [MariaDB](./mariadb.md)
* [MySQL](./mysql.md)
* [Postgres](./postgres.md)
* [SQLite](./sqlite.md)