Module: kamailio Branch: master Commit: 8c5a8ce562e5ab98a7e6bdf163bab833ec3a7cf5 URL: https://github.com/kamailio/kamailio/commit/8c5a8ce562e5ab98a7e6bdf163bab833...
Author: �������������������� �������������������������������� git-dpa@aegee.org Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-04-25T22:11:28+02:00
jwt: typo algoritm ������ algorithm
---
Modified: src/modules/jwt/doc/jwt_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/8c5a8ce562e5ab98a7e6bdf163bab833... Patch: https://github.com/kamailio/kamailio/commit/8c5a8ce562e5ab98a7e6bdf163bab833...
---
diff --git a/src/modules/jwt/doc/jwt_admin.xml b/src/modules/jwt/doc/jwt_admin.xml index 165ca170f95..5389bb61f30 100644 --- a/src/modules/jwt/doc/jwt_admin.xml +++ b/src/modules/jwt/doc/jwt_admin.xml @@ -101,7 +101,7 @@ modparam("jwt", "key_mode", 1) </listitem> <listitem> <para> - alg - the algoritm to build the signature, as supported by the + alg - the algorithm to build the signature, as supported by the libjwt (e.g., RS256, HS256, ES256, ...) </para> </listitem> @@ -158,7 +158,7 @@ modparam("jwt", "key_mode", 1) </listitem> <listitem> <para> - alg - the algoritm to build the signature, as supported by the + alg - the algorithm to build the signature, as supported by the libjwt (e.g., RS256, HS256, ES256, ...) </para> </listitem> @@ -210,7 +210,7 @@ modparam("jwt", "key_mode", 1) </listitem> <listitem> <para> - alg - the algoritm to build the signature, as supported by the + alg - the algorithm to build the signature, as supported by the libjwt (e.g., RS256, HS256, ES256, ...) </para> </listitem>