16:36:48 I'm trying to generate a kazoo jwt outside of kazoo. Seems to be returning something different than my hmac function given what I thought were the same inputs. crypto:hmac(HashMethod, CryptoKey, Identity)} 16:45:48 I'm also missing how we end up with an identity_sig field with a dash in it. rgvnI3XXXX-NEihogWIzhalB51YryqXXXXXX 17:01:44 mc_, you happen to have any insight on that? 17:26:47 hmmhesays: why don't you just authenticate the user and grab the token? 17:27:23 I use this script for testing purposes https://github.com/2600hz/kazoo/blob/4.3/scripts/export_auth_token.bash 17:27:48 NM I figured it out. identity_sig is base64url encoded not base64 encoded. 17:58:44 hmmhesays: glad i could help 18:21:35 mc_, I usually figure it out shortly after I ask lol 18:27:58 rubber duck debugging ftw 18:39:23 lol How have I had never heard that.