droplet 1.1.0
A multipurpose Discord bot with the hacker in mind
 
Loading...
Searching...
No Matches
JWTUtils.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <Poco/JSON/Object.h>
4
5#include <string>
6
7namespace JWTUtils {
8std::string generateToken(const Poco::JSON::Object& claims, const std::string& secret, const std::string& issuer);
9}
Definition JWTUtils.hpp:7
std::string generateToken(const Poco::JSON::Object &claims, const std::string &secret, const std::string &issuer)
Definition JWTUtils.cpp:10