работающий logout
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
namespace http::auth::jwt {
|
||||
extern std::string secretKey;
|
||||
|
||||
constexpr const char* EMPTY_AUTH_COOKIE = "auth=;Path=/; Max-Age=86400; HttpOnly; SameSite=Lax";;
|
||||
|
||||
void generateSecretKey();
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user