You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
downloaded from https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.7.1
jwt-cpp 0.7.1 removes the "get_payload_claims" method, and replaces
it with "get_payload_json", which returns a json document, not a map.
More importantly for us, jwt-cpp 0.7.1 also fixes warnings about deprecated
wstring uses, so we can be warning-clean on g++ 15.
0 commit comments