Missing shortLivedToken in JWT token

Hi,

Wonder what I am doing wrong.

I am reading the JWT token in C# and all I get is:
{“accountId”:xxxxxxxx"userId":xxxxxxxx,“aud”:“http://xxx”,“exp”:1671813626,“iat”:1671813326}}

According to Choosing an authentication method, I should get a shortLivedToken field.

Blockquote
When you decode the JWT token, you will see a shortLivedToken field. This is an API token that is valid for 1 minute and can be used to authenticate against the monday.com API.

Got it. I had missed the following from Authorization for integration recipes

Blockquote
We will not issue a short-lived token if your app’s endpoints do not start with https:// .

Hello there @GCavin,

I am glad you saw that note on our documentation :slightly_smiling_face:

Let us know if you have any other questions or issues.

Cheers,
Matias