v0.7.13
What's Changed
- The JSON viewer has been completely revamped---it is now a table view, with each row expandable. This by @cliffcaseyyet in #396
- The JWT secret has so far been internally generated; it can now be set with an environment variable (
LRSQL_JWT_COMMON_SECRET
) or inlrsql.json
asjwtCommonSecret
. If you're running a single node there's no reason to do this, but if you have multiple instances that must accept each others' authentication (say behind a load balancer), this is the way. A new demo using this functionality,dev-resources/load_balanced
, has been added. #398 by @cliffcaseyyet and @invaliduser
Full Changelog: v0.7.12...v0.7.13