Skip to content

Releases: arun11299/cpp-jwt

Updated nlohmann json library

02 Mar 15:18
8272256
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

First release of cpp-jwt