Web UI: License panel — status, warnings, key install (v0.4 #43) #45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/license-ui"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Frontend for #24's licensing model:
GET /api/v1/licensereturns 200 only for admins on servers withauth.adminsconfigured — non-admins never see licensing UI.PUT /api/v1/license; server-side verification errors (bad signature, expired) surface in the status line.node --checkverified inline during the patch.