Skip to content

Releases: arun11299/cpp-jwt

Bug fix release

30 Aug 06:12
b7f1717

Choose a tag to compare

Has bug fix for Multiple definitions when including jwt.hpp from different files [https://github.com//pull/106]

Maintenance release

22 May 10:44

Choose a tag to compare

Contains multiple bug fixes including security fixes.

6c22d94
735d77c
e12ef06
814c62a
5cd1258
2c329d2
b9528b3
a54fa08a3bc929ce16cd84264bb0653e548955f9v

Updated nlohmann json library

02 Mar 15:18
8272256

Choose a tag to compare

Uses the latest and the greatest nlohmann json lib 3.9.1

Removed use of deprecated BIO_f_base64

13 Jun 07:27

Choose a tag to compare

There has been few issues reported for the use of BIO_f_base64 which has been deprecated by boringssl. Removed that dependency with the JWT base64 implementation.

Conan support and improved cmake build

24 Feb 14:15
8a066c9

Choose a tag to compare

Thanks to @gocarlos effort, we have now (Copied shamelessly from the PR request):

installation of header files
make tests and examples optional
clean up compiler flags -> make it possible compile on mscv
make vendored json version optional -> important for software clearing in some corporations
added conan support and build instructions

Fixed jwt_object compilation issues

21 Nov 05:47

Choose a tag to compare

1b105f4 introduced compilation regression with C++14/17 flags. Fixed it.

See #37

Build improvements and bug fixes

31 May 17:00

Choose a tag to compare

Fixed compiler warnings with pedantic mode enabled. Thanks to Samer Afach.
Added ES256/384 verification test.
Fix a major error in error_code category checking implementations. Thanks to Samer Afach.
Setting verify to false in decode will not do signature verification, This could be a breaking change.

VS2017 support

02 May 19:06

Choose a tag to compare

  • Thanks to issues raised by @Sarbjit (Issue #11, #12, #13), VS2017 is also supported now.
  • Fixed compilation of internal tests (Issue #9 ).

Support for latest OpenSSL versions

07 Apr 13:57

Choose a tag to compare

See #5 for more details.
Some structures were made private and some APIs were deprecated with OpenSSL 1.1.x version

First release of cpp-jwt

31 Mar 08:06

Choose a tag to compare

First release of cpp-jwt