File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -971,12 +971,12 @@ jwt_alg_t jwt_str_alg(const char *alg);
971
971
*/
972
972
973
973
/**
974
- * @defgroup jwks_core_grp JSON Web Keys and Sets Management
974
+ * @defgroup jwks_core_grp JSON Web Key Management
975
975
*
976
976
* Functions to handle JSON that represents JWK and JWKS for use in validating
977
977
* or signing JWT objects.
978
978
*
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
980
980
* jwks_load functions. They explicitly create a keyring.
981
981
*
982
982
* @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) {
1163
1163
/**
1164
1164
* @defgroup jwks_item_grp JSON Web Key Usage
1165
1165
*
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.
1168
1168
*
1169
1169
* @{
1170
1170
*/
You can’t perform that action at this time.
0 commit comments