From 859f4d6d57be6f38447fc41fded80d2b5315af96 Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Thu, 9 Jan 2025 10:22:14 -0500 Subject: [PATCH] Rework RFC docs table Signed-off-by: Ben Collins --- README.md | 13 +++++++------ doxygen/mainpage.dox | 13 +++++++------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 284d7c7f..d1e813f1 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,13 @@ ## :bulb: Supported Standards -Standard | RFC | Description --------------------- | :------------------------------------------------------------------------: | --------------------- -``JWT`` | :page_facing_up: [RFC-7519](https://datatracker.ietf.org/doc/html/rfc7519) | JSON Web Token -``JWA`` | :page_facing_up: [RFC-7518](https://datatracker.ietf.org/doc/html/rfc7518) | JSON Web Algorithms -``JWS`` and ``JWE`` | :page_facing_up: [RFC-7518](https://datatracker.ietf.org/doc/html/rfc7518) | Specific types of JWA -``JWK`` and ``JWKS`` | :page_facing_up: [RFC-7517](https://datatracker.ietf.org/doc/html/rfc7517) | JSON Web Key & Sets +Standard | RFC | Description +-------- | :------------------------------------------------------------------------: | ---------------------- +``JWS`` | :page_facing_up: [RFC-7515](https://datatracker.ietf.org/doc/html/rfc7515) | JSON Web Signature +``JWE`` | :page_facing_up: [RFC-7516](https://datatracker.ietf.org/doc/html/rfc7516) | JSON Web Encryption +``JWK`` | :page_facing_up: [RFC-7517](https://datatracker.ietf.org/doc/html/rfc7517) | JSON Web Keys and Sets +``JWA`` | :page_facing_up: [RFC-7518](https://datatracker.ietf.org/doc/html/rfc7518) | JSON Web Algorithms +``JWT`` | :page_facing_up: [RFC-7519](https://datatracker.ietf.org/doc/html/rfc7519) | JSON Web Token > [!NOTE] > Throughout this documentation you will see links such as the ones diff --git a/doxygen/mainpage.dox b/doxygen/mainpage.dox index 6418af2d..36fcff7e 100644 --- a/doxygen/mainpage.dox +++ b/doxygen/mainpage.dox @@ -9,12 +9,13 @@ @section standards \emoji :bulb: Supported Standards -Standard | RFC | Description --------------------- | :--------: | -------------------------------------- -``JWT`` | @rfc{7519} | JSON Web Token -``JWA`` | @rfc{7518} | JSON Web Algorithms -``JWS`` and ``JWE`` | @rfc{7518} | Specific types of JWT -``JWK`` and ``JWKS`` | @rfc{7517} | JSON Web Keys and Sets +Standard | RFC | Description +-------- | :--------: | ---------------------- +``JWS`` | @rfc{7515} | JSON Web Signature +``JWE`` | @rfc{7516} | JSON Web Encryption +``JWK`` | @rfc{7517} | JSON Web Keys and Sets +``JWA`` | @rfc{7518} | JSON Web Algorithms +``JWT`` | @rfc{7519} | JSON Web Token > [!NOTE] > Throughout this documentation you will see links such as the ones