jwt-cpp icon indicating copy to clipboard operation
jwt-cpp copied to clipboard

Support for C++20/23 modules

Open DockedFerret800 opened this issue 3 months ago • 1 comments

This adds support for C++20/23 modules. Please let me know if you want anything done in a different way. There is still some work left to do: update all examples, tests, docs and CI/CD. I tested the code on Windows, with MSVC latest (v18) on a print-claims example.

JWT_ENABLE_MODULES - to enable modules JWT_USE_IMPORT_STD - to use import std

DockedFerret800 avatar Sep 25 '25 21:09 DockedFerret800