Skip to content

Commit 8e54449

Browse files
committed
jwt.h: Cleanup documentation
Signed-off-by: Ben Collins <[email protected]>
1 parent 7c875ec commit 8e54449

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: include/jwt.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -971,12 +971,12 @@ jwt_alg_t jwt_str_alg(const char *alg);
971971
*/
972972

973973
/**
974-
* @defgroup jwks_core_grp JSON Web Keys and Sets Management
974+
* @defgroup jwks_core_grp JSON Web Key Management
975975
*
976976
* Functions to handle JSON that represents JWK and JWKS for use in validating
977977
* or signing JWT objects.
978978
*
979-
* @note The jwks_create functions conveninience wrappers around the same-named
979+
* @note The jwks_create functions are convenience wrappers around the same-named
980980
* jwks_load functions. They explicitly create a keyring.
981981
*
982982
* @note If you want to create an empty keyring, simply call jwks_create(NULL)
@@ -1163,8 +1163,8 @@ static inline void jwks_freep(jwk_set_t **jwks) {
11631163
/**
11641164
* @defgroup jwks_item_grp JSON Web Key Usage
11651165
*
1166-
* Functions to handle JSON that represents JWK and JWKS for use
1167-
* in validating JWT objects.
1166+
* Functionality for using a JWK (represented as a jwk_item_t) to sign and
1167+
* validate JWT objects.
11681168
*
11691169
* @{
11701170
*/

0 commit comments

Comments
 (0)