Add JWT class

This commit is contained in:
badaix 2024-06-02 16:47:02 +02:00
parent 97739a460e
commit 4321a9d9d1
10 changed files with 346 additions and 10 deletions

View file

@ -20,8 +20,8 @@
#include "pcm_stream.hpp"
// local headers
#include "base64.h"
#include "common/aixlog.hpp"
#include "common/base64.h"
#include "common/error_code.hpp"
#include "common/snap_exception.hpp"
#include "common/str_compat.hpp"