Hi All
The Integration Features within Monday Apps are really neat!
after playing with the quickstart in node.js, I have now started trying to make integration recipes talk to my ASP.NET Core Web API.
i get “User not authenticated” error, which tells me i am not consuming the signing credentials properly.
JavaScript has this simple and elegant jwt.verify(authorization,SIGNING_SECRET) which returns userid, accountid and redirect url.
However I am struggling to replicate that using AddJwtBearer() in .NET Core.
Has anyone managed to get monday to talk to .NET Core and would be kind enough to share the relevant bit of authentication code?
Failing that, can i have more details about how the signing secret is encoded within the JWT sent by monday integration triggers?
Thanks!