
Charles Lloyd
-
Total activity13
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes2
-
Subscriptions4
Activity overview
Latest activity by Charles Lloyd-
Charles Lloyd commented,
C# example- //JWT uses Unix epoch in secondsTimeSpan t = (DateTime.UtcNow - new DateTime(1970, 1, 1));int timestamp = (int)t.TotalSeconds; payload = new Dictionary<string, object>() {{ "iat", tim...
-
Charles Lloyd commented,
Hi all, I finally implemented my solution that shows a list of Related Article if articles share the same label. Thanks for starter code and examples, Trapta and Katerina. I put this in article_pa...
-
Charles Lloyd commented,
Hi @Diziana, Thanks much for the detailed code. I'm a total newbie to Curlybars and appreciate the example of accessing in-page properties. I'll post back here with a screenshot when I get a chan...
-
Charles Lloyd commented,
Angeli, It seems you would have to write a function that called the ZD APIs twice- once to get the labels of the current article, and the second time to search for all articles containing the same ...
-
Charles Lloyd commented,
Katerina, Thanks much for the code sample and explanations. I will try and adapt this to a right-had pane we have. I wonder if .js files can be added as assets, and referenced like asset png etc? I...
-
Charles Lloyd commented,
Katerina, were you ever able to adapt your code to a page template? I'm interested in doing the same thing.
-
Charles Lloyd commented,
Feature request: use expiration value when present in token ('exp'), so that token expiration can be extended. As far as I can tell, there is only a 3 minute window as it is currently implemented.