
Charles Lloyd
-
총 활동 수13
-
마지막 활동
-
회원 가입일:
-
내가 팔로우하는 사용자 수0명
-
나를 팔로우하는 사용자 수0명
-
투표 수2
-
수신 설정 수4
활동 개요
Charles Lloyd님의 최근 활동-
Charles Lloyd님이 에 댓글을 입력함
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님이 에 댓글을 입력함
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님이 에 댓글을 입력함
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님이 에 댓글을 입력함
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님이 에 댓글을 입력함
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님이 에 댓글을 입력함
Katerina, were you ever able to adapt your code to a page template? I'm interested in doing the same thing.
-
Charles Lloyd님이 에 댓글을 입력함
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.