2020-02-29 00:43:59 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
title: Storage backends
|
|
|
|
parent: Configuration
|
|
|
|
nav_order: 10
|
|
|
|
has_children: true
|
|
|
|
---
|
|
|
|
|
|
|
|
# Storage backends
|
|
|
|
|
2020-03-09 22:37:46 +00:00
|
|
|
**Authelia** supports multiple storage backends. The backend is used
|
2020-02-29 00:43:59 +00:00
|
|
|
to store user preferences, 2FA device handles and secrets, authentication
|
|
|
|
logs, etc...
|
|
|
|
|
|
|
|
The available options are:
|
|
|
|
|
2020-03-01 05:58:26 +00:00
|
|
|
* [MariaDB](./mariadb.md)
|
2020-03-04 23:25:52 +00:00
|
|
|
* [MySQL](./mysql.md)
|
2020-03-09 22:37:46 +00:00
|
|
|
* [Postgres](./postgres.md)
|
|
|
|
* [SQLite](./sqlite.md)
|