kv-explorer-ui icon indicating copy to clipboard operation
kv-explorer-ui copied to clipboard

A tool to visualize the contents of namespaces in Cloudflare Workers KV

Results 2 kv-explorer-ui issues
Sort by recently updated
recently updated
newest added

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/