add auth via uuid only

This commit is contained in:
2026-01-31 15:25:33 +01:00
parent 57020a8913
commit f919079f69
9 changed files with 113 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
const CACHE_NAME = 'dgray-v20';
const CACHE_NAME = 'dgray-v26';
const STATIC_ASSETS = [
'/',
'/index.html',
@@ -12,6 +12,8 @@ const STATIC_ASSETS = [
'/js/services/api.js',
'/js/services/crypto.js',
'/js/services/chat.js',
'/js/services/directus.js',
'/js/services/auth.js',
'/js/data/mock-listings.js',
'/js/components/chat-widget.js',
'/js/components/listing-card.js',