Now deleting auth cookie when logging out

This commit is contained in:
emeric
2018-03-13 11:24:20 +01:00
parent f91aacb0a3
commit ba1968b02c
5 changed files with 35 additions and 22 deletions
+2
View File
@@ -28,6 +28,7 @@
#include "resource/ImageResource.hpp"
#include "resource/TranscodeResource.hpp"
#include "Auth.hpp"
namespace UserInterface {
@@ -56,6 +57,7 @@ class LmsApplication : public Wt::WApplication
void handleAuthEvent(void);
Database::Handler _db;
Auth* _auth;
Scanner::MediaScanner& _scanner;
ImageResource* _imageResource;
TranscodeResource* _transcodeResource;