mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-14 16:58:34 +00:00
Updated readme with compiler support
This commit is contained in:
parent
9487758b8c
commit
10a8980ce6
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
- [Support](#support)
|
||||
- [External Dependencies](#external-dependencies)
|
||||
- [Thanks to...](#thanks-to...)
|
||||
- [Compiler Support](#compiler-support)
|
||||
- [Installation](#installation)
|
||||
- [Parameters](#parameters)
|
||||
- [Claim Data Types](#claim-data-types)
|
||||
|
@ -202,6 +203,10 @@ The library has 2 sets of APIs for encoding and decoding:
|
|||
- Howard Hinnant for the stack allocator
|
||||
- libstd++ code (I took the hashing code for string_view)
|
||||
|
||||
## Compiler Support
|
||||
|
||||
Tested with <strong>clang-5.0</strong> and <strong>g++-6.4</strong>.
|
||||
|
||||
## Installation
|
||||
Use the C++ package manager..... just kidding :)
|
||||
This is a header only library, so you can just add it to your include path and start using it. The only somewhat tricky part is to link it with openssl library. Check out the cmake file for building it properly.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue