authelia/docs/configuration/storage/index.md
Amir Zarrinkafsh 0dea0fc82e
[FEATURE] Support MySQL as a storage backend. (#678)
* [FEATURE] Support MySQL as a storage backend.

Fixes #512.

* Fix integration tests and include MySQL in docs.
2020-03-05 10:25:52 +11:00

20 lines
409 B
Markdown

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