Skip to content

Commit c306a4a

Browse files
committed
update
Signed-off-by: George Lemon <georgelemon@protonmail.com>
1 parent 9b9b94a commit c306a4a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@
99
</p>
1010

1111
<p align="center">
12-
<a href="https://github.com/">API reference</a><br>
12+
<a href="https://openpeeps.github.io/webtokens/">API reference</a><br>
1313
<img src="https://github.com/openpeeps/webtokens/workflows/test/badge.svg" alt="Github Actions"> <img src="https://github.com/openpeeps/webtokens/workflows/docs/badge.svg" alt="Github Actions">
1414
</p>
1515

1616
## About
1717
This package provides Nim bindings for [LibJWT](https://github.com/benmcollins/libjwt), a C library that supports the following standards JWS, JWE, JWK, JWA and JWTs. It allows you to create, sign, verify, and decode JSON Web Tokens in your Nim applications.
1818

19+
**Low-level and High-level APIs** are provided to work with JWTs, JWKs, and JWS/JWE tokens.
20+
1921
### Prerequisites
2022
Check the official [LibJWT installation guide](https://github.com/benmcollins/libjwt?tab=readme-ov-file#construction-build-prerequisites)
2123

0 commit comments

Comments
 (0)