Skip to content

Commit

Permalink
jwt.h: Cleanup documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Collins <[email protected]>
  • Loading branch information
benmcollins committed Jan 7, 2025
1 parent 7c875ec commit 8e54449
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/jwt.h
Original file line number Diff line number Diff line change
Expand Up @@ -971,12 +971,12 @@ jwt_alg_t jwt_str_alg(const char *alg);
*/

/**
* @defgroup jwks_core_grp JSON Web Keys and Sets Management
* @defgroup jwks_core_grp JSON Web Key Management
*
* Functions to handle JSON that represents JWK and JWKS for use in validating
* or signing JWT objects.
*
* @note The jwks_create functions conveninience wrappers around the same-named
* @note The jwks_create functions are convenience wrappers around the same-named
* jwks_load functions. They explicitly create a keyring.
*
* @note If you want to create an empty keyring, simply call jwks_create(NULL)
Expand Down Expand Up @@ -1163,8 +1163,8 @@ static inline void jwks_freep(jwk_set_t **jwks) {
/**
* @defgroup jwks_item_grp JSON Web Key Usage
*
* Functions to handle JSON that represents JWK and JWKS for use
* in validating JWT objects.
* Functionality for using a JWK (represented as a jwk_item_t) to sign and
* validate JWT objects.
*
* @{
*/
Expand Down

0 comments on commit 8e54449

Please sign in to comment.