18 #ifndef AUTHENTICATION_STORE_MINIMAL_H
19 #define AUTHENTICATION_STORE_MINIMAL_H
21 #include <Cutelyst/cutelyst_global.h>
22 #include <Cutelyst/Plugins/Authentication/authenticationstore.h>
34 explicit StoreMinimal(
const QString &idField, QObject *parent =
nullptr);
59 QVector<AuthenticationUser> m_users;
64 #endif // AUTHENTICATION_STORE_MINIMAL_H