Skip to content

Commit

Permalink
Update to head
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Collins <[email protected]>
  • Loading branch information
benmcollins committed Dec 23, 2024
1 parent 293ddf3 commit b6c2845
Show file tree
Hide file tree
Showing 66 changed files with 2,454 additions and 2,035 deletions.
4 changes: 2 additions & 2 deletions HEAD/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="LibJWT-Icon-95x91.png"/></td>
<td id="projectalign">
<div id="projectname">LibJWT<span id="projectnumber">&#160;Dev</span>
<div id="projectname">LibJWT<span id="projectnumber">&#160;v2.1.0</span>
</div>
<div id="projectbrief">The C JSON Web Token Library +JWK +JWKS</div>
</td>
Expand Down Expand Up @@ -93,7 +93,7 @@
<div class="textblock">Here are the data structures with brief descriptions:</div><div class="directory">
<table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structjwk__item__t.html" target="_self">jwk_item_t</a></td><td class="desc">Structural representation of a JWK </td></tr>
<tr id="row_1_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structjwt__verify__t.html" target="_self">jwt_verify_t</a></td><td class="desc">Used to manage keys for verifying a JWT </td></tr>
<tr id="row_1_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structjwt__config__t.html" target="_self">jwt_config_t</a></td><td class="desc">Structure used to manage configuration state </td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
Expand Down
2 changes: 1 addition & 1 deletion HEAD/annotated_dup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var annotated_dup =
[
[ "jwk_item_t", "structjwk__item__t.html", "structjwk__item__t" ],
[ "jwt_verify_t", "structjwt__verify__t.html", "structjwt__verify__t" ]
[ "jwt_config_t", "structjwt__config__t.html", "structjwt__config__t" ]
];
4 changes: 2 additions & 2 deletions HEAD/classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="LibJWT-Icon-95x91.png"/></td>
<td id="projectalign">
<div id="projectname">LibJWT<span id="projectnumber">&#160;Dev</span>
<div id="projectname">LibJWT<span id="projectnumber">&#160;v2.1.0</span>
</div>
<div id="projectbrief">The C JSON Web Token Library +JWK +JWKS</div>
</td>
Expand Down Expand Up @@ -94,7 +94,7 @@
<div class="classindex">
<dl class="classindex even">
<dt class="alphachar"><a id="letter_J" name="letter_J">J</a></dt>
<dd><a class="el" href="structjwk__item__t.html">jwk_item_t</a></dd><dd><a class="el" href="structjwt__verify__t.html">jwt_verify_t</a></dd></dl>
<dd><a class="el" href="structjwk__item__t.html">jwk_item_t</a></dd><dd><a class="el" href="structjwt__config__t.html">jwt_config_t</a></dd></dl>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
Expand Down
10 changes: 5 additions & 5 deletions HEAD/deprecated.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="LibJWT-Icon-95x91.png"/></td>
<td id="projectalign">
<div id="projectname">LibJWT<span id="projectnumber">&#160;Dev</span>
<div id="projectname">LibJWT<span id="projectnumber">&#160;v2.1.0</span>
</div>
<div id="projectbrief">The C JSON Web Token Library +JWK +JWKS</div>
</td>
Expand Down Expand Up @@ -91,10 +91,10 @@
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt>Global <a class="el" href="group__jwt__verify__grp.html#ga60e6f70bc766b7a47b502113cf1c7174">jwt_decode</a> (jwt_t **jwt, const char *token, const unsigned char *key, int key_len)</dt>
<dd><a class="anchor" id="_deprecated000001"></a>See <a class="el" href="group__jwt__verify__grp.html#ga2978fb04c015050ad5bc3ddf9d29275d">jwt_verify</a> and <a class="el" href="group__jwt__verify__grp.html#gab7b1d3205d5c261273a66a6178ce93fc">jwt_verify_wcb</a> instead. </dd>
<dt>Global <a class="el" href="group__jwt__verify__grp.html#ga3d4b9811c21893ad7ad2c8d58206dbcb">jwt_decode_2</a> (jwt_t **jwt, const char *token, jwt_key_p_t key_provider)</dt>
<dd><a class="anchor" id="_deprecated000002"></a>See <a class="el" href="group__jwt__verify__grp.html#ga2978fb04c015050ad5bc3ddf9d29275d">jwt_verify</a> and <a class="el" href="group__jwt__verify__grp.html#gab7b1d3205d5c261273a66a6178ce93fc">jwt_verify_wcb</a> instead. </dd>
<dt>Global <a class="el" href="group__jwt__verify__grp.html#ga4d498ffdcf1c95d67b81c224e2a447e5">jwt_decode</a> (jwt_t **jwt, const char *token, const unsigned char *key, int key_len)</dt>
<dd><a class="anchor" id="_deprecated000001"></a>See <a class="el" href="group__jwt__verify__grp.html#gab0535d292e64c3688085cf0139aa8c8d">jwt_verify</a> instead. </dd>
<dt>Global <a class="el" href="group__jwt__verify__grp.html#gaf6811b9a47f36da1399297fc7710e8ad">jwt_decode_2</a> (jwt_t **jwt, const char *token, jwt_callback_t cb)</dt>
<dd><a class="anchor" id="_deprecated000002"></a>See <a class="el" href="group__jwt__verify__grp.html#gaddab273e09a8327e03f458be1cfb83b4">jwt_verify_wcb</a> instead.</dd>
</dl>
</div></div><!-- contents -->
</div><!-- PageDoc -->
Expand Down
2 changes: 1 addition & 1 deletion HEAD/dir_d44c64559bbebec7f509842c48db8b23.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="LibJWT-Icon-95x91.png"/></td>
<td id="projectalign">
<div id="projectname">LibJWT<span id="projectnumber">&#160;Dev</span>
<div id="projectname">LibJWT<span id="projectnumber">&#160;v2.1.0</span>
</div>
<div id="projectbrief">The C JSON Web Token Library +JWK +JWKS</div>
</td>
Expand Down
Loading

0 comments on commit b6c2845

Please sign in to comment.