Skip to content

Commit

Permalink
Rework RFC docs table
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Collins <[email protected]>
  • Loading branch information
benmcollins committed Jan 9, 2025
1 parent aaa942d commit 859f4d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 7 additions & 6 deletions doxygen/mainpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 859f4d6

Please sign in to comment.