Commit graph

101 commits

Author SHA1 Message Date
Samer Afach
22856e9da2 Functions made inline because they're in the header. Otherwise multiple
definition errors will appear when this file is included.
2018-05-20 00:47:37 +02:00
Samer Afach
8ef6d055ae Make it possible to only include base64.hpp without having to include
jwt.hpp by adding missing includes to resolve incomplete types.
2018-05-19 21:38:25 +02:00
Arun Muralidharan
549235f009
Merge pull request from TheQuantumPhysicist/master
Fix more signed/unsigned warnings.
2018-05-19 22:53:34 +05:30
Samer Afach
1fcfbaac75 Fix more signed/unsigned warnings. 2018-05-19 19:03:46 +02:00
Arun Muralidharan
0227be3445
Merge pull request from TheQuantumPhysicist/master
Fixed a few warnings about signed and unsigned comparison.
2018-05-19 21:54:49 +05:30
Samer Afach
e5fc25bbe8 Fixed a few warnings about signed and unsigned comparison. 2018-05-19 16:29:12 +02:00
Arun M
55c36d4c30 Enable compiler warnings 2018-05-19 18:43:28 +05:30
Arun M
99d041deb9 Some tests don't pass 2018-05-18 20:26:06 +05:30
Arun M
672fb0c15d Update readme 2018-05-03 00:31:35 +05:30
Arun M
21c08b636c Compilation issue in VS2017 2018-05-02 23:05:22 +05:30
Arun M
aefef6dce2 Compilation issue in VS2017 2018-05-02 21:51:33 +05:30
Arun M
2cb65f231a Expects the two arrays in file base64.cpp to be in double curly braces on Linux 2018-05-02 21:26:23 +05:30
Arun M
9ddaa092cb Compilation error on VS2017 2018-05-02 12:33:25 +05:30
Arun M
d60dd2c926 Fix tests to compile 2018-04-25 12:06:10 +05:30
Arun M
32099f6691 Fix the JWT logo 2018-04-07 17:55:04 +05:30
Arun M
f8f0d37263 Openssl make does not work 2018-04-04 14:00:40 +05:30
Arun M
dfaa507c0b Issue Help using RSA public/private keypairs to sign 2018-04-04 11:29:29 +05:30
Arun M
3ae6dfa2c5 Updated readme 2018-01-03 15:18:53 +05:30
Arun M
56b5299612 missed derivation from false_type 2018-01-03 15:06:39 +05:30
Arun M
10a8980ce6 Updated readme with compiler support 2018-01-03 11:03:08 +05:30
Arun M
9487758b8c Compilation works with g++ 6.4 2018-01-03 10:59:35 +05:30
Arun M
3bb3c6cf3b Added tests for invalid signature 2018-01-02 12:30:19 +05:30
Arun M
a5728dd397 use find instead of count on std::set. libc++ has a bug in that count is not cont member function. 2018-01-02 12:04:45 +05:30
Arun M
724fe8c3a7 README: fix links 2 2018-01-02 11:57:45 +05:30
Arun M
9f8ff150c8 README: fix links 2018-01-02 11:56:43 +05:30
Arun M
06ebf2385e README: Reverted fix links 2018-01-02 11:54:04 +05:30
Arun M
d9519e08a5 README: Fix links. 2018-01-02 11:52:28 +05:30
Arun M
6104f4c462 README: JWT logo. centre. 2018-01-02 11:50:28 +05:30
Arun M
50f514f888 README: JWT logo 2018-01-02 11:49:42 +05:30
Arun M
34f1c18c52 Finished README 2018-01-02 11:45:12 +05:30
Arun M
b3dc5997e5 README: claim data types 2017-12-30 21:52:17 +05:30
Arun M
bcd131bf8e README: updated parameters section 2017-12-30 21:37:08 +05:30
Arun M
607cb3b07f Readme updated with support 2017-12-29 18:22:09 +05:30
Arun M
aabf7e8546 Added second example for readme 2017-12-29 17:29:24 +05:30
Arun M
6302055db1 Readme changes for example code and fixed header decoding 2017-12-29 16:26:37 +05:30
Arun M
1236071a4f Readme first section 2017-12-29 15:51:15 +05:30
Arun M
97d368ad5e Readme ToC 2017-12-29 15:38:15 +05:30
Arun M
f13d6d7fb7 Added tests for ES algorithm support 2017-12-29 15:21:16 +05:30
Arun M
161e5d8753 Add support for additional headers 2017-12-29 14:44:17 +05:30
Arun M
7ddf7ec3e9 Added checks and tests for iat/jti/sub 2017-12-29 01:10:41 +05:30
Arun M
babdd4f0a6 Added RSA tests 2017-12-28 23:48:29 +05:30
Arun M
e813a75e27 Remove case insensitive compare for has_claim API 2017-12-28 16:39:49 +05:30
Arun M
4a4217a9f4 Cmake support added for tests. Complete.Huh. 2017-12-28 15:44:47 +05:30
Arun M
bd73699001 Added cmake support 2017-12-28 14:13:49 +05:30
Arun M
b78b18e855 Added tests for exception throwing APIs 2017-12-28 09:24:58 +05:30
Arun M
7e9e49569f Added test for overwriting claims 2017-12-28 09:06:46 +05:30
Arun M
98979a55d1 string_view to jwt::string_view 2017-12-27 21:10:43 +05:30
Arun M
27e73646ae Fixed the copyright permission on all source 2017-12-27 15:56:23 +05:30
Arun M
e5eb28716a Added copyright header 2017-12-27 15:39:38 +05:30
Arun Muralidharan
7298196ff7
Merge pull request from arun11299/add-license-1
Create LICENSE
2017-12-27 15:32:09 +05:30