aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/static/new/javascript/auth
AgeCommit message (Expand)Author
2024-08-28fix: remove bearer token from html and javascriptJohn Nduli
2024-08-28fix: use bearer token to query auth serverJohn Nduli
2024-08-28Build search URI endpoint on server rather than on JS...To help with maintenance, build the search URI on the server rather than in the javascript. Frederick Muriuki Muriithi
2024-08-28Build phenotype results template URI on backend...Build the template URI on the backend to remove the need to remember to update the javascript if the URI changes in the future. Frederick Muriuki Muriithi
2024-02-29Fix URI to queryFrederick Muriuki Muriithi
2023-12-29Namespace all modules under gn2....We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. Arun Isaac