A modern, header-only C++20 binary serialization library. Tests can be built and run by toggling the SBS_BUILD_TESTS=On CMake option and running the sbs_tests executable. Part of testing is to compare ...
What the heck is a JWT? JWT.io has a great introduction to JSON Web Tokens. In short, it's a signed JSON object that does something useful (for example, authentication). It's commonly used for Bearer ...