From a002cb2dda326049d079761fd1ee9b332bd97ea3 Mon Sep 17 00:00:00 2001 From: Nicolas Mora Date: Fri, 10 May 2024 17:05:46 -0400 Subject: [PATCH] Update readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5466d9..03b2142 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,18 @@ -# Rhonabwy - Javascript Object Signing and Encryption (JOSE) library - JWK, JWKS, JWS, JWE and JWT +# Rhonabwy [![View on jwt.io](http://jwt.io/img/badge.svg)](https://jwt.io) ![C/C++ CI](https://github.com/babelouest/rhonabwy/workflows/C/C++%20CI/badge.svg) +## Disclaimer + +This library is a personal project mostly developped by myself on my free time, with gracious help from users. + +Several bugs and security issues were found and fixed in this library but there are probably more left. Nevertheless I have less time to work on it. + +If you are looking for alternatives, there are multiple other JOSE libraries that can fit demanding needs, see [https://jwt.io/libraries](https://jwt.io/libraries) for example. + +## Javascript Object Signing and Encryption (JOSE) library - JWK, JWKS, JWS, JWE and JWT + - Create, modify, parse, import or export [JSON Web Keys](https://tools.ietf.org/html/rfc7517) (JWK) and JSON Web Keys Set (JWKS) - Create, modify, parse, validate or serialize [JSON Web Signatures](https://tools.ietf.org/html/rfc7515) (JWS) - Create, modify, parse, validate or serialize [JSON Web Encryption](https://tools.ietf.org/html/rfc7516) (JWE)