@RodrigoAS28 commented on this pull request.


In src/modules/jwt/jwt_mod.c:

> @@ -172,18 +175,28 @@ static int jwt_fcache_add(str *key, str *kdata)
  *
  */
 static int ki_jwt_generate(sip_msg_t* msg, str *key, str *alg, str *claims)
+{
+	return ki_jwt_generate_hdrs(msg, key, alg, claims, NULL);
+}
+

Thanks for your review @miconda.
Fixed.

Still having a issue running it after renaming ki_jwt_generate to ki_jwt_generate_hdrs though:
Ever saw this error?
input in flex scanner failed


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.