Skip to content

Commit

Permalink
jwt_admin: doc/jwt_generate - fix function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent 8fbf691 commit 7cf5a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/jwt/doc/jwt_admin.xml
Expand Up @@ -85,7 +85,7 @@ modparam("jwt", "key_mode", 1)
<title>Functions</title>
<section id="jwt.f.jwt_generate">
<title>
<function moreinfo="none">jwt_generate(prvkey, alg, claims, [headers])</function>
<function moreinfo="none">jwt_generate(prvkey, alg, claims[, headers])</function>
</title>
<para>
Generate the JWT, its value can be retrieved in the variable $jwt(val).
Expand Down

0 comments on commit 7cf5a1c

Please sign in to comment.