Search found 4 matches

by Davinchi104
Sat Mar 15, 2025 12:32 am
Forum: Questions & Answers
Topic: Linking Multiple Visualizations in VL Web
Replies: 0
Views: 113310

Linking Multiple Visualizations in VL Web

I have two visualizations for an application web, I wanted the second visualization depends on the selection on the first one, after the both selections save the values chosen, furthermore, when I access to the details of the data registered the both visualization shows the data previously chosen ...
by Davinchi104
Tue Sep 17, 2024 1:10 am
Forum: Questions & Answers
Topic: Secret Management for JWT Secure APIs
Replies: 4
Views: 16490

Re: Secret Management for JWT Secure APIs


Soft coding it in encrypted in a table also gives you the opportunity to change it periodically.

You can have one server module dedicated to generate the token and process those request. So the other server modules just verify it.

Hi Dino, Do you know If there's a documention reference for ...
by Davinchi104
Fri Sep 13, 2024 7:11 am
Forum: Questions & Answers
Topic: Secret Management for JWT Secure APIs
Replies: 4
Views: 16490

Secret Management for JWT Secure APIs

I am working on the creation of Secure APIs, I followed the documentation given by LANSA, but I don't now how to manage the "Secrets" for generating the signature and the validation for the JWT tokens, currently the secret is writen on the program, ¿ Is there any sugestion for saving this secrets ...
by Davinchi104
Wed Feb 14, 2024 12:41 am
Forum: Questions & Answers
Topic: Linking Multiple Visualizations on Web
Replies: 1
Views: 12908

Linking Multiple Visualizations on Web

I want to create a Dynamic pick list that gets populated from a previous pick list, I am following the example of this link
https://docs.lansa.com/15/en/lansa015/index.htm#../../lansa013/content/lansa/l4wdev03_0460.htm However the example is not possible to run on Web, so I would like to know some ...