Commit graph

14 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
Samer Afach
e5fc25bbe8 Fixed a few warnings about signed and unsigned comparison. 2018-05-19 16:29:12 +02:00
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
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 M
9e69389caf Added decode error codes and exceptions 2017-12-04 13:17:48 +05:30
Arun M
2290c8733a Im provements in base64.hpp 2017-11-22 15:00:47 +05:30
Arun M
81e6b2392e Verification 2017-11-20 00:38:55 +05:30
Arun M
796abd6e65 Implement verify. Part 1 2017-11-09 23:42:04 +05:30
Arun M
8277e2cbd3 JWT encoding 2017-11-05 12:31:32 +05:30
Arun M
e7d52450d6 Payload data type addded 2017-11-04 19:21:46 +05:30
Arun M
3e867d77f1 JWT header impl 2017-11-01 17:04:09 +05:30
Arun M
b55cbe49c4 Base64 encoder decoder + Stack allocator 2017-10-27 23:21:52 +05:30