kv-explorer-ui
kv-explorer-ui copied to clipboard
A tool to visualize the contents of namespaces in Cloudflare Workers KV
Hey π I'd suggest using [nuxt-webfontloader](https://github.com/Developmint/nuxt-webfontloader/) to load the Roboto font and Material Icons asynchronously so you page will be loaded faster βΊοΈ config (untested): ```js export default { //...other...
The front end needs to read the `CF_Authorization` cookie and pass it to the backend, as part of the `fetch` operations`, so the worker can verify it. https://developers.cloudflare.com/access/setting-up-access/validate-jwt-tokens/