2024-12-05 07:03:33 +00:00
|
|
|
"use strict";(()=>{var e={};e.id=7122,e.ids=[636,7122],e.modules={30671:(e,t)=>{Object.defineProperty(t,"M",{enumerable:!0,get:function(){return function e(t,r){return r in t?t[r]:"then"in t&&"function"==typeof t.then?t.then(t=>e(t,r)):"function"==typeof t&&"default"===r?t:void 0}}})},9247:(e,t,r)=>{r.r(t),r.d(t,{config:()=>v,default:()=>_,getServerSideProps:()=>j,getStaticPaths:()=>q,getStaticProps:()=>P,reportWebVitals:()=>b,routeModule:()=>w,unstable_getServerProps:()=>M,unstable_getServerSideProps:()=>L,unstable_getStaticParams:()=>D,unstable_getStaticPaths:()=>E,unstable_getStaticProps:()=>A});var s={};r.r(s),r.d(s,{default:()=>S,getServerSideProps:()=>y});var i=r(63865),o=r(9455),n=r(30671),a=r(49407),u=r(68268),l=r(8732),c=r(82015),p=r.n(c),m=r(27912),x=r.n(m),d=r(29021),g=r.n(d);r(63715),r(76601);var h=r(32415);let f=r(20048);function S({user:e,query:t}){let r=(0,l.jsxs)(p().Fragment,{children:[(0,l.jsx)("title",{children:"Loging Out | Datasquirel"}),(0,l.jsx)("meta",{name:"description",content:"Login you out"}),(0,l.jsx)("script",{src:"https://accounts.google.com/gsi/client"}),(0,l.jsx)("script",{src:"https://connect.facebook.net/en_US/sdk.js",crossOrigin:"anonymous"})]});return(0,l.jsxs)(p().Fragment,{children:[(0,l.jsx)(x(),{children:r}),(0,l.jsx)("main",{className:"w-screen h-screen flex items-center justify-center p-4 md:p-8",children:(0,l.jsxs)("div",{className:"card max-w-md flex-col items-center bg-white p-6 rounded border border-slate-200 border-solid",children:[(0,l.jsxs)("a",{href:"/",className:"flex items-center gap-2",children:[(0,l.jsx)("img",{src:"/images/logo-icon-alt-2.png",alt:"Logo Icon",width:37}),(0,l.jsx)("span",{className:"font-bold text-2xl",children:"Datasquirel"})]}),(0,l.jsx)("h3",{className:"text-lg m-0 mt-4 text-slate-400",children:"Logging out"}),(0,l.jsx)(h.A,{position:"relative",width:"20px"})]})})]})}async function y({req:e,res:t,query:r}){let s=await f(e,t);if(s){console.log(s.csrf_k);try{let e=process.env.DSQL_USER_LOGIN_KEYS_PATH,t=`${e}/${s.csrf_k}`;console.log("allowedAuthKeyPath",t),g().unlinkSync(t)}catch(e){console.log(`Logout API error: ${e.message}`)}}return t.setHeader("Set-Cookie",["datasquirelAuthKey=none;max-age=0","usertype=none;max-age=0","refresh_properties=1;Max-Age=7000"]),{props:{user:s,logged_out:!0,query:r}}}let _=(0,n.M)(s,"default"),P=(0,n.M)(s,"getStaticProps"),q=(0,n.M)(s,"getStaticPaths"),j=(0,n.M)(s,"getServerSideProps"),v=(0,n.M)(s,"config"),b=(0,n.M)(s,"reportWebVitals"),A=(0,n.M)(s,"unstable_getStaticProps"),E=(0,n.M)(s,"unstable_getStaticPaths"),D=(0,n.M)(s,"unstable_getStaticParams"),M=(0,n.M)(s,"unstable_getServerProps"),L=(0,n.M)(s,"unstable_getServerSideProps"),w=new i.PagesRouteModule({definition:{kind:o.A.PAGES,page:"/logout",pathname:"/logout",bundlePath:"",filename:""},components:{App:u.default,Document:a.default},userland:s})},20048:(e,t,r)=>{r(81630);let s=r(67216),i=r(83007),o=r(29021);async function n(e,t,r,n){if(!e.cookies?.datasquirelAuthKey?.match(/./))return null;let a=i(e.cookies.datasquirelAuthKey);if(!a)return null;let u=JSON.parse(a);if(!u.csrf_k||r&&!e.headers["x-csrf-auth"]?.match(RegExp(`${u.csrf_k}`)))return null;let l=process.env.DSQL_USER_LOGIN_KEYS_PATH;if(!l)return console.log("DSQL_USER_LOGIN_KEYS_PATH env variable not found. Please set this variable."),null;if(r&&!o.existsSync(`${l}/${u.csrf_k}`))return null;if(0==u.verification_status&&!r){let e=await s(`SELECT verification_status FROM users WHERE id='${u.id}'`);e&&e[0]&&1==e[0].verification_status&&t.setHeader("Set-Cookie",["user_refresh=1"])}return u?.date&&Date.now()-u.date>6048e5?null:u}e.exports=n},76601:(e,t,r)=>{r.d(t,{A:()=>s});async function s(){try{let e=await caches.keys();e[0]&&await Promise.all(e.map(e=>caches.delete(e)))}catch(e){console.log("Error in clearing cache =>",e.message)}}},83007:(e,t,r)=>{let{scryptSync:s,createDecipheriv:i}=r(55511),{Buffer:o}=r(79428);e.exports=e=>{let t=i("aes-192-cbc",s(process.env.DSQL_ENCRYPTION_PASSWORD||"",process.env.DSQL_ENCRYPTION_SALT||"",24),o.alloc(16,0));try{let r=t.update(e,"hex","utf8");return r+=t.final("utf8
|