mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-15 01:08:31 +00:00
JWT header impl
This commit is contained in:
parent
063a0af131
commit
3e867d77f1
13 changed files with 358 additions and 20 deletions
|
@ -342,6 +342,10 @@ private:
|
|||
};
|
||||
|
||||
|
||||
/// Helper typedef
|
||||
using string_view = basic_string_view<char>;
|
||||
|
||||
|
||||
} // END namespace jwt
|
||||
|
||||
#include "jwt/impl/string_view.ipp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue