feat: shareable shopping list links with token-based guest access
- Generate temporary share links (default 24h) that allow unauthenticated users to view and edit the shopping list - Share token management modal: create, copy, delete, and adjust TTL - Token auth bypasses hooks middleware for /cospend/list routes only - Guest users see only the Liste nav item, other cospend tabs are hidden - All list API endpoints accept ?token= query param as alternative auth - MongoDB TTL index auto-expires tokens
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homepage",
|
||||
"version": "1.8.0",
|
||||
"version": "1.9.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user