From 44803e06d1aa45496c04127930aa8897272d42f6 Mon Sep 17 00:00:00 2001 From: vnugent Date: Mon, 8 Apr 2024 21:41:38 -0400 Subject: fix: dangling/expired session security check and cookie cleanup --- lib/vnlib.browser/src/index.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/vnlib.browser/src') diff --git a/lib/vnlib.browser/src/index.ts b/lib/vnlib.browser/src/index.ts index 47cd9e9..de0f651 100644 --- a/lib/vnlib.browser/src/index.ts +++ b/lib/vnlib.browser/src/index.ts @@ -37,6 +37,9 @@ export * from './social' //Forward session public exports export * from './session' +//App-data +export * from './app-data' + //Axios exports export { useAxios } from './axios' -- cgit