JWT-CPP v0.7.0
A header only library for creating and validating JSON Web Tokens (JWT) in C++
|
A General purpose base64url alphabet respecting the URI Case Normalization More...
#include <base.h>
Static Public Member Functions | |
static const std::array< char, 64 > & | data () |
static const std::array< int8_t, 256 > & | rdata () |
static const std::vector< std::string > & | fill () |
A General purpose base64url alphabet respecting the URI Case Normalization
This is useful in situations outside of JWT encoding/decoding and is provided as a helper