You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-10Lines changed: 17 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ Please refer to the following helpful resources for more information about:
13
13
* the original CPP-JWT library—[README.md](https://github.com/arun11299/cpp-jwt/blob/master/README.md)
14
14
* using JWT—[Anatomy of JWT](https://scotch.io/tutorials/the-anatomy-of-a-json-web-token),
15
15
[Learn JWT](https://auth0.com/learn/json-web-tokens/) and [RFC 7519](https://tools.ietf.org/html/rfc7519)
16
-
* KasperskyOS—[KasperskyOS Community Edition Online Help](https://click.kaspersky.com/?hl=en-us&link=online_help&pid=kos&version=1.2&customization=KCE_community_edition).
16
+
* KasperskyOS—[KasperskyOS Community Edition Online Help](https://click.kaspersky.com/?hl=en-us&link=online_help&pid=kos&version=1.3&customization=KCE&helpid=community_edition).
17
17
18
18
Limitations and known issues are described in the
19
-
[KasperskyOS Community Edition Online Help](https://click.kaspersky.com/?hl=en-us&link=online_help&pid=kos&version=1.2&customization=KCE_limitations_and_known_problems).
19
+
[KasperskyOS Community Edition Online Help](https://click.kaspersky.com/?hl=en-us&link=online_help&pid=kos&version=1.3&customization=KCE&helpid=limitations_and_known_problems).
20
20
21
21
## Table of contents
22
22
-[JWT library adaptation for KasperskyOS](#jwt-library-adaptation-for-kasperskyos)
@@ -34,18 +34,21 @@ Limitations and known issues are described in the
The example of KasperskyOS-based solution and tests are located in the [`./kos`](kos) directory.
44
47
45
48
## Usage
46
49
47
50
When you develop a KasperskyOS-based solution, use the
48
-
[recommended structure of project directories](https://click.kaspersky.com/?hl=en-us&link=online_help&pid=kos&version=1.2&customization=KCE_cmake_using_sdk_cmake)
51
+
[recommended structure of project directories](https://click.kaspersky.com/?hl=en-us&link=online_help&pid=kos&version=1.3&customization=KCE&helpid=cmake_using_sdk_cmake)
49
52
to simplify usage of CMake scripts.
50
53
51
54
To include the JWT library in your KasperskyOS-based solution, add a directory with header files using
@@ -71,6 +74,10 @@ Registered trademarks and endpoint marks are the property of their respective ow
71
74
72
75
GoogleTest is a trademark of Google LLC.
73
76
77
+
Visual Studio is a trademark of the Microsoft group of companies.
78
+
79
+
OpenSSL is a trademark owned by the OpenSSL Software Foundation.
80
+
74
81
Raspberry Pi is a trademark of the Raspberry Pi Foundation.
75
82
76
83
## Contributing
@@ -80,8 +87,8 @@ instructions on code contribution.
80
87
81
88
## Licensing
82
89
83
-
This project is licensed under the terms of the MIT license. See [LICENSE](LICENSE) for more information.
90
+
This project is licensed under the terms of the MIT License. See [LICENSE](LICENSE) for more information.
0 commit comments