django-cfg 1.4.82__py3-none-any.whl → 1.4.83__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of django-cfg might be problematic. Click here for more details.

Files changed (56) hide show
  1. django_cfg/__init__.py +1 -1
  2. django_cfg/apps/centrifugo/serializers/channels.py +3 -0
  3. django_cfg/apps/centrifugo/serializers/publishes.py +2 -0
  4. django_cfg/apps/centrifugo/views/admin_api.py +1 -1
  5. django_cfg/apps/centrifugo/views/monitoring.py +116 -6
  6. django_cfg/apps/centrifugo/views/testing_api.py +1 -1
  7. django_cfg/apps/frontend/JWT_AUTO_INJECTION.md +224 -0
  8. django_cfg/apps/frontend/views.py +116 -7
  9. django_cfg/apps/tasks/api/serializers.py +82 -0
  10. django_cfg/apps/tasks/api/views.py +571 -0
  11. django_cfg/middleware/README.md +12 -0
  12. django_cfg/modules/django_client/core/generator/typescript/templates/fetchers/function.ts.jinja +1 -1
  13. django_cfg/modules/django_client/core/generator/typescript/templates/main_index.ts.jinja +7 -10
  14. django_cfg/modules/django_client/core/parser/openapi30.py +19 -1
  15. django_cfg/modules/django_client/core/parser/openapi31.py +19 -1
  16. django_cfg/pyproject.toml +1 -1
  17. django_cfg/static/frontend/admin/404.html +1 -1
  18. django_cfg/static/frontend/admin/500.html +1 -1
  19. django_cfg/static/frontend/admin/_next/static/chunks/pages/404-c283223d1afd02a2.js +1 -0
  20. django_cfg/static/frontend/admin/_next/static/chunks/pages/500-389d6d3e1f2f7fda.js +1 -0
  21. django_cfg/static/frontend/admin/_next/static/chunks/pages/{_app-9c5ca2471de6b000.js → _app-16701a4e1bc3e6ac.js} +81 -81
  22. django_cfg/static/frontend/admin/_next/static/chunks/pages/_error-5291033275c26d09.js +1 -0
  23. django_cfg/static/frontend/admin/_next/static/chunks/pages/index-88751d9f44a32105.js +1 -0
  24. django_cfg/static/frontend/admin/_next/static/chunks/pages/legal/{cookies-24588bf5551f30df.js → cookies-bb5507a122775f30.js} +1 -1
  25. django_cfg/static/frontend/admin/_next/static/chunks/pages/legal/{privacy-354dae34a4c4da59.js → privacy-f8a3d8db1a197be3.js} +1 -1
  26. django_cfg/static/frontend/admin/_next/static/chunks/pages/legal/{security-0a5d7fa591ebb1ae.js → security-aba50addd2179f8f.js} +1 -1
  27. django_cfg/static/frontend/admin/_next/static/chunks/pages/legal/{terms-c3d80322f52dc112.js → terms-4aa35cd30b5c08ad.js} +1 -1
  28. django_cfg/static/frontend/admin/_next/static/chunks/pages/private/centrifugo-1c5f00c26c77a47b.js +1 -0
  29. django_cfg/static/frontend/admin/_next/static/chunks/pages/private/profile-e93a65e8e7d9022b.js +1 -0
  30. django_cfg/static/frontend/admin/_next/static/chunks/pages/ui-0e6c0e35862789ec.js +1 -0
  31. django_cfg/static/frontend/admin/_next/static/css/806300fb98c42afb.css +3 -0
  32. django_cfg/static/frontend/admin/_next/static/ibMHm1p66p0UGKsKnDWxn/_buildManifest.js +1 -0
  33. django_cfg/static/frontend/admin/auth.html +1 -1
  34. django_cfg/static/frontend/admin/index.html +1 -1
  35. django_cfg/static/frontend/admin/legal/cookies.html +1 -1
  36. django_cfg/static/frontend/admin/legal/privacy.html +1 -1
  37. django_cfg/static/frontend/admin/legal/security.html +1 -1
  38. django_cfg/static/frontend/admin/legal/terms.html +1 -1
  39. django_cfg/static/frontend/admin/private/centrifugo.html +1 -0
  40. django_cfg/static/frontend/admin/private/profile.html +1 -0
  41. django_cfg/static/frontend/admin/private.html +1 -1
  42. django_cfg/static/frontend/admin/ui.html +2 -2
  43. django_cfg/templatetags/django_cfg.py +57 -10
  44. {django_cfg-1.4.82.dist-info → django_cfg-1.4.83.dist-info}/METADATA +1 -1
  45. {django_cfg-1.4.82.dist-info → django_cfg-1.4.83.dist-info}/RECORD +49 -42
  46. django_cfg/static/frontend/admin/_next/static/chunks/pages/404-7cdad2942c3fb179.js +0 -1
  47. django_cfg/static/frontend/admin/_next/static/chunks/pages/500-6cdb27b00678364f.js +0 -1
  48. django_cfg/static/frontend/admin/_next/static/chunks/pages/_error-b8071a05cabe1c2d.js +0 -1
  49. django_cfg/static/frontend/admin/_next/static/chunks/pages/index-bf88192a30e013a9.js +0 -1
  50. django_cfg/static/frontend/admin/_next/static/chunks/pages/ui-73632f2d9c6b11ab.js +0 -1
  51. django_cfg/static/frontend/admin/_next/static/css/e201974f9a4d64e6.css +0 -3
  52. django_cfg/static/frontend/admin/_next/static/qEBrQJUidlI_maQ4xQnI0/_buildManifest.js +0 -1
  53. /django_cfg/static/frontend/admin/_next/static/{qEBrQJUidlI_maQ4xQnI0 → ibMHm1p66p0UGKsKnDWxn}/_ssgManifest.js +0 -0
  54. {django_cfg-1.4.82.dist-info → django_cfg-1.4.83.dist-info}/WHEEL +0 -0
  55. {django_cfg-1.4.82.dist-info → django_cfg-1.4.83.dist-info}/entry_points.txt +0 -0
  56. {django_cfg-1.4.82.dist-info → django_cfg-1.4.83.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[12731],{83953:(e,t,_)=>{(window.__NEXT_P=window.__NEXT_P||[]).push(["/_error",function(){return _(94437)}])},94437:(e,t,_)=>{"use strict";_.r(t),_.d(t,{default:()=>i});var n=_(94513),r=_(56781),s=_(56886);function u(e){let{statusCode:t}=e;return(0,n.jsx)(s.x$,{code:t,supportEmail:r.W0.contact.email})}u.getInitialProps=s.sL;let i=u}},e=>{e.O(0,[90636,46593,38792],()=>e(e.s=83953)),_N_E=e.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[93332],{27923:(e,t,s)=>{"use strict";s.r(t),s.d(t,{default:()=>h});var a=s(94513),l=s(56886),n=s(30512),i=s(94285),r=s(10370),c=s(58380);let d=(0,s(25365).A)("loader-circle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]]),u=()=>{let{isAuthenticated:e}=(0,l.h7)(),t=(0,c.useRouter)();return(0,i.useEffect)(()=>{e||t.push((0,n.OJ)(r.JZ))},[e,t.asPath]),(0,a.jsx)("div",{className:"flex items-center justify-center min-h-screen bg-background",children:(0,a.jsxs)("div",{className:"flex flex-col items-center gap-4",children:[(0,a.jsx)(d,{className:"animate-spin text-primary",style:{width:"48px",height:"48px"}}),(0,a.jsx)("span",{className:"text-lg font-medium text-muted-foreground",children:"Loading..."})]})})};u.pageConfig={title:"Portal"};let h=u},59409:(e,t,s)=>{(window.__NEXT_P=window.__NEXT_P||[]).push(["/",function(){return s(27923)}])}},e=>{e.O(0,[90636,46593,38792],()=>e(e.s=59409)),_N_E=e.O()}]);
@@ -1 +1 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[68019],{8599:(e,s,r)=>{(window.__NEXT_P=window.__NEXT_P||[]).push(["/legal/cookies",function(){return r(31661)}])},31661:(e,s,r)=>{"use strict";r.r(s),r.d(s,{default:()=>t});var o=r(94513),i=r(70739);function t(){return(0,o.jsx)("div",{className:"container mx-auto max-w-4xl py-16 px-4",children:(0,o.jsxs)("div",{className:"flex flex-col gap-8",children:[(0,o.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,o.jsx)("h1",{className:"text-4xl font-bold",children:"Cookie Policy"}),(0,o.jsxs)("p",{className:"text-lg text-muted-foreground",children:["Last updated: ",new Date().toLocaleDateString()]})]}),(0,o.jsxs)(i.Card,{children:[(0,o.jsx)(i.CardHeader,{children:(0,o.jsx)(i.CardTitle,{children:"What Are Cookies?"})}),(0,o.jsx)(i.CardContent,{className:"text-muted-foreground",children:(0,o.jsx)("p",{children:"Cookies are small text files that are placed on your device when you visit our website. They help us provide you with a better experience by remembering your preferences and understanding how you use our site."})})]}),(0,o.jsxs)(i.Card,{children:[(0,o.jsx)(i.CardHeader,{children:(0,o.jsx)(i.CardTitle,{children:"Types of Cookies We Use"})}),(0,o.jsxs)(i.CardContent,{className:"text-muted-foreground flex flex-col gap-3",children:[(0,o.jsxs)("div",{children:[(0,o.jsx)("strong",{className:"text-foreground",children:"Essential Cookies:"}),(0,o.jsx)("p",{children:"These cookies are necessary for the website to function properly."})]}),(0,o.jsxs)("div",{children:[(0,o.jsx)("strong",{className:"text-foreground",children:"Performance Cookies:"}),(0,o.jsx)("p",{children:"These cookies help us understand how visitors interact with our website."})]}),(0,o.jsxs)("div",{children:[(0,o.jsx)("strong",{className:"text-foreground",children:"Functionality Cookies:"}),(0,o.jsx)("p",{children:"These cookies allow us to remember choices you make and provide enhanced features."})]})]})]}),(0,o.jsxs)(i.Card,{children:[(0,o.jsx)(i.CardHeader,{children:(0,o.jsx)(i.CardTitle,{children:"Managing Cookies"})}),(0,o.jsx)(i.CardContent,{className:"text-muted-foreground",children:(0,o.jsx)("p",{children:"Most web browsers allow you to control cookies through their settings. You can set your browser to refuse cookies or delete certain cookies. However, please note that if you disable cookies, some features of our website may not function properly."})})]}),(0,o.jsxs)(i.Card,{children:[(0,o.jsx)(i.CardHeader,{children:(0,o.jsx)(i.CardTitle,{children:"Third-Party Cookies"})}),(0,o.jsx)(i.CardContent,{className:"text-muted-foreground",children:(0,o.jsx)("p",{children:"We may use third-party services that also use cookies. These third parties have their own privacy policies, and we do not accept any responsibility or liability for their policies."})})]}),(0,o.jsxs)(i.Card,{children:[(0,o.jsx)(i.CardHeader,{children:(0,o.jsx)(i.CardTitle,{children:"Updates to This Policy"})}),(0,o.jsx)(i.CardContent,{className:"text-muted-foreground",children:(0,o.jsx)("p",{children:"We may update our Cookie Policy from time to time. Any changes will be posted on this page with an updated revision date."})})]})]})})}}},e=>{e.O(0,[90636,46593,38792],()=>e(e.s=8599)),_N_E=e.O()}]);
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[68019],{8599:(e,s,r)=>{(window.__NEXT_P=window.__NEXT_P||[]).push(["/legal/cookies",function(){return r(31661)}])},31661:(e,s,r)=>{"use strict";r.r(s),r.d(s,{default:()=>t});var o=r(94513),i=r(94647);function t(){return(0,o.jsx)("div",{className:"container mx-auto max-w-4xl py-16 px-4",children:(0,o.jsxs)("div",{className:"flex flex-col gap-8",children:[(0,o.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,o.jsx)("h1",{className:"text-4xl font-bold",children:"Cookie Policy"}),(0,o.jsxs)("p",{className:"text-lg text-muted-foreground",children:["Last updated: ",new Date().toLocaleDateString()]})]}),(0,o.jsxs)(i.Card,{children:[(0,o.jsx)(i.CardHeader,{children:(0,o.jsx)(i.CardTitle,{children:"What Are Cookies?"})}),(0,o.jsx)(i.CardContent,{className:"text-muted-foreground",children:(0,o.jsx)("p",{children:"Cookies are small text files that are placed on your device when you visit our website. They help us provide you with a better experience by remembering your preferences and understanding how you use our site."})})]}),(0,o.jsxs)(i.Card,{children:[(0,o.jsx)(i.CardHeader,{children:(0,o.jsx)(i.CardTitle,{children:"Types of Cookies We Use"})}),(0,o.jsxs)(i.CardContent,{className:"text-muted-foreground flex flex-col gap-3",children:[(0,o.jsxs)("div",{children:[(0,o.jsx)("strong",{className:"text-foreground",children:"Essential Cookies:"}),(0,o.jsx)("p",{children:"These cookies are necessary for the website to function properly."})]}),(0,o.jsxs)("div",{children:[(0,o.jsx)("strong",{className:"text-foreground",children:"Performance Cookies:"}),(0,o.jsx)("p",{children:"These cookies help us understand how visitors interact with our website."})]}),(0,o.jsxs)("div",{children:[(0,o.jsx)("strong",{className:"text-foreground",children:"Functionality Cookies:"}),(0,o.jsx)("p",{children:"These cookies allow us to remember choices you make and provide enhanced features."})]})]})]}),(0,o.jsxs)(i.Card,{children:[(0,o.jsx)(i.CardHeader,{children:(0,o.jsx)(i.CardTitle,{children:"Managing Cookies"})}),(0,o.jsx)(i.CardContent,{className:"text-muted-foreground",children:(0,o.jsx)("p",{children:"Most web browsers allow you to control cookies through their settings. You can set your browser to refuse cookies or delete certain cookies. However, please note that if you disable cookies, some features of our website may not function properly."})})]}),(0,o.jsxs)(i.Card,{children:[(0,o.jsx)(i.CardHeader,{children:(0,o.jsx)(i.CardTitle,{children:"Third-Party Cookies"})}),(0,o.jsx)(i.CardContent,{className:"text-muted-foreground",children:(0,o.jsx)("p",{children:"We may use third-party services that also use cookies. These third parties have their own privacy policies, and we do not accept any responsibility or liability for their policies."})})]}),(0,o.jsxs)(i.Card,{children:[(0,o.jsx)(i.CardHeader,{children:(0,o.jsx)(i.CardTitle,{children:"Updates to This Policy"})}),(0,o.jsx)(i.CardContent,{className:"text-muted-foreground",children:(0,o.jsx)("p",{children:"We may update our Cookie Policy from time to time. Any changes will be posted on this page with an updated revision date."})})]})]})})}}},e=>{e.O(0,[90636,46593,38792],()=>e(e.s=8599)),_N_E=e.O()}]);
@@ -1 +1 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1446],{16427:(e,r,s)=>{(window.__NEXT_P=window.__NEXT_P||[]).push(["/legal/privacy",function(){return s(81600)}])},81600:(e,r,s)=>{"use strict";s.r(r),s.d(r,{default:()=>i});var t=s(94513),n=s(70739);function i(){return(0,t.jsx)("div",{className:"container mx-auto max-w-4xl py-16 px-4",children:(0,t.jsxs)("div",{className:"flex flex-col gap-8",children:[(0,t.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,t.jsx)("h1",{className:"text-4xl font-bold",children:"Privacy Policy"}),(0,t.jsxs)("p",{className:"text-lg text-muted-foreground",children:["Last updated: ",new Date().toLocaleDateString()]})]}),(0,t.jsxs)(n.Card,{children:[(0,t.jsx)(n.CardHeader,{children:(0,t.jsx)(n.CardTitle,{children:"Information We Collect"})}),(0,t.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,t.jsx)("p",{children:"We collect information that you provide directly to us, including when you create an account, use our services, or communicate with us."})})]}),(0,t.jsxs)(n.Card,{children:[(0,t.jsx)(n.CardHeader,{children:(0,t.jsx)(n.CardTitle,{children:"How We Use Your Information"})}),(0,t.jsxs)(n.CardContent,{className:"text-muted-foreground flex flex-col gap-2",children:[(0,t.jsx)("p",{children:"We use the information we collect to:"}),(0,t.jsxs)("ul",{className:"list-disc list-inside flex flex-col gap-1 ml-4",children:[(0,t.jsx)("li",{children:"Provide, maintain, and improve our services"}),(0,t.jsx)("li",{children:"Process transactions and send related information"}),(0,t.jsx)("li",{children:"Send technical notices and support messages"}),(0,t.jsx)("li",{children:"Respond to your comments and questions"})]})]})]}),(0,t.jsxs)(n.Card,{children:[(0,t.jsx)(n.CardHeader,{children:(0,t.jsx)(n.CardTitle,{children:"Information Sharing"})}),(0,t.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,t.jsx)("p",{children:"We do not share your personal information with third parties except as described in this privacy policy or with your consent."})})]}),(0,t.jsxs)(n.Card,{children:[(0,t.jsx)(n.CardHeader,{children:(0,t.jsx)(n.CardTitle,{children:"Data Security"})}),(0,t.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,t.jsx)("p",{children:"We take reasonable measures to help protect your personal information from loss, theft, misuse, unauthorized access, disclosure, alteration, and destruction."})})]}),(0,t.jsxs)(n.Card,{children:[(0,t.jsx)(n.CardHeader,{children:(0,t.jsx)(n.CardTitle,{children:"Your Rights"})}),(0,t.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,t.jsx)("p",{children:"You have the right to access, update, or delete your personal information at any time. Contact us if you wish to exercise these rights."})})]}),(0,t.jsxs)(n.Card,{children:[(0,t.jsx)(n.CardHeader,{children:(0,t.jsx)(n.CardTitle,{children:"Changes to This Policy"})}),(0,t.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,t.jsx)("p",{children:"We may update this privacy policy from time to time. We will notify you of any changes by posting the new policy on this page."})})]})]})})}}},e=>{e.O(0,[90636,46593,38792],()=>e(e.s=16427)),_N_E=e.O()}]);
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1446],{16427:(e,r,s)=>{(window.__NEXT_P=window.__NEXT_P||[]).push(["/legal/privacy",function(){return s(81600)}])},81600:(e,r,s)=>{"use strict";s.r(r),s.d(r,{default:()=>i});var t=s(94513),n=s(94647);function i(){return(0,t.jsx)("div",{className:"container mx-auto max-w-4xl py-16 px-4",children:(0,t.jsxs)("div",{className:"flex flex-col gap-8",children:[(0,t.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,t.jsx)("h1",{className:"text-4xl font-bold",children:"Privacy Policy"}),(0,t.jsxs)("p",{className:"text-lg text-muted-foreground",children:["Last updated: ",new Date().toLocaleDateString()]})]}),(0,t.jsxs)(n.Card,{children:[(0,t.jsx)(n.CardHeader,{children:(0,t.jsx)(n.CardTitle,{children:"Information We Collect"})}),(0,t.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,t.jsx)("p",{children:"We collect information that you provide directly to us, including when you create an account, use our services, or communicate with us."})})]}),(0,t.jsxs)(n.Card,{children:[(0,t.jsx)(n.CardHeader,{children:(0,t.jsx)(n.CardTitle,{children:"How We Use Your Information"})}),(0,t.jsxs)(n.CardContent,{className:"text-muted-foreground flex flex-col gap-2",children:[(0,t.jsx)("p",{children:"We use the information we collect to:"}),(0,t.jsxs)("ul",{className:"list-disc list-inside flex flex-col gap-1 ml-4",children:[(0,t.jsx)("li",{children:"Provide, maintain, and improve our services"}),(0,t.jsx)("li",{children:"Process transactions and send related information"}),(0,t.jsx)("li",{children:"Send technical notices and support messages"}),(0,t.jsx)("li",{children:"Respond to your comments and questions"})]})]})]}),(0,t.jsxs)(n.Card,{children:[(0,t.jsx)(n.CardHeader,{children:(0,t.jsx)(n.CardTitle,{children:"Information Sharing"})}),(0,t.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,t.jsx)("p",{children:"We do not share your personal information with third parties except as described in this privacy policy or with your consent."})})]}),(0,t.jsxs)(n.Card,{children:[(0,t.jsx)(n.CardHeader,{children:(0,t.jsx)(n.CardTitle,{children:"Data Security"})}),(0,t.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,t.jsx)("p",{children:"We take reasonable measures to help protect your personal information from loss, theft, misuse, unauthorized access, disclosure, alteration, and destruction."})})]}),(0,t.jsxs)(n.Card,{children:[(0,t.jsx)(n.CardHeader,{children:(0,t.jsx)(n.CardTitle,{children:"Your Rights"})}),(0,t.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,t.jsx)("p",{children:"You have the right to access, update, or delete your personal information at any time. Contact us if you wish to exercise these rights."})})]}),(0,t.jsxs)(n.Card,{children:[(0,t.jsx)(n.CardHeader,{children:(0,t.jsx)(n.CardTitle,{children:"Changes to This Policy"})}),(0,t.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,t.jsx)("p",{children:"We may update this privacy policy from time to time. We will notify you of any changes by posting the new policy on this page."})})]})]})})}}},e=>{e.O(0,[90636,46593,38792],()=>e(e.s=16427)),_N_E=e.O()}]);
@@ -1 +1 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[69484],{15219:(e,r,t)=>{(window.__NEXT_P=window.__NEXT_P||[]).push(["/legal/security",function(){return t(18658)}])},18658:(e,r,t)=>{"use strict";t.r(r),t.d(r,{default:()=>i});var s=t(94513),a=t(70739);function i(){return(0,s.jsx)("div",{className:"container mx-auto max-w-4xl py-16 px-4",children:(0,s.jsxs)("div",{className:"flex flex-col gap-8",children:[(0,s.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,s.jsx)("h1",{className:"text-4xl font-bold",children:"Security Policy"}),(0,s.jsxs)("p",{className:"text-lg text-muted-foreground",children:["Last updated: ",new Date().toLocaleDateString()]})]}),(0,s.jsxs)(a.Card,{children:[(0,s.jsx)(a.CardHeader,{children:(0,s.jsx)(a.CardTitle,{children:"Our Commitment to Security"})}),(0,s.jsx)(a.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"We take the security of your data seriously. We implement industry-standard security measures to protect your personal information from unauthorized access, disclosure, alteration, and destruction."})})]}),(0,s.jsxs)(a.Card,{children:[(0,s.jsx)(a.CardHeader,{children:(0,s.jsx)(a.CardTitle,{children:"Data Encryption"})}),(0,s.jsx)(a.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"All data transmitted between your device and our servers is encrypted using industry-standard SSL/TLS protocols. Sensitive data stored in our databases is encrypted at rest using advanced encryption standards."})})]}),(0,s.jsxs)(a.Card,{children:[(0,s.jsx)(a.CardHeader,{children:(0,s.jsx)(a.CardTitle,{children:"Access Controls"})}),(0,s.jsx)(a.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"Access to user data is strictly limited to authorized personnel who require it to perform their job functions. We employ multi-factor authentication and regular access reviews to ensure that only authorized individuals can access sensitive information."})})]}),(0,s.jsxs)(a.Card,{children:[(0,s.jsx)(a.CardHeader,{children:(0,s.jsx)(a.CardTitle,{children:"Security Monitoring"})}),(0,s.jsx)(a.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"We continuously monitor our systems for potential security threats and vulnerabilities. Our security team actively tracks and responds to any suspicious activity or potential security incidents."})})]}),(0,s.jsxs)(a.Card,{children:[(0,s.jsx)(a.CardHeader,{children:(0,s.jsx)(a.CardTitle,{children:"Reporting Security Issues"})}),(0,s.jsx)(a.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"If you discover a security vulnerability or have concerns about our security practices, please report it to us immediately. We appreciate responsible disclosure and will work with you to address any legitimate security concerns."})})]}),(0,s.jsxs)(a.Card,{children:[(0,s.jsx)(a.CardHeader,{children:(0,s.jsx)(a.CardTitle,{children:"Regular Security Updates"})}),(0,s.jsx)(a.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"We regularly update our systems and software to ensure that known security vulnerabilities are patched promptly. Our infrastructure undergoes periodic security audits and penetration testing to identify and address potential weaknesses."})})]})]})})}}},e=>{e.O(0,[90636,46593,38792],()=>e(e.s=15219)),_N_E=e.O()}]);
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[69484],{15219:(e,r,t)=>{(window.__NEXT_P=window.__NEXT_P||[]).push(["/legal/security",function(){return t(18658)}])},18658:(e,r,t)=>{"use strict";t.r(r),t.d(r,{default:()=>i});var s=t(94513),a=t(94647);function i(){return(0,s.jsx)("div",{className:"container mx-auto max-w-4xl py-16 px-4",children:(0,s.jsxs)("div",{className:"flex flex-col gap-8",children:[(0,s.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,s.jsx)("h1",{className:"text-4xl font-bold",children:"Security Policy"}),(0,s.jsxs)("p",{className:"text-lg text-muted-foreground",children:["Last updated: ",new Date().toLocaleDateString()]})]}),(0,s.jsxs)(a.Card,{children:[(0,s.jsx)(a.CardHeader,{children:(0,s.jsx)(a.CardTitle,{children:"Our Commitment to Security"})}),(0,s.jsx)(a.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"We take the security of your data seriously. We implement industry-standard security measures to protect your personal information from unauthorized access, disclosure, alteration, and destruction."})})]}),(0,s.jsxs)(a.Card,{children:[(0,s.jsx)(a.CardHeader,{children:(0,s.jsx)(a.CardTitle,{children:"Data Encryption"})}),(0,s.jsx)(a.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"All data transmitted between your device and our servers is encrypted using industry-standard SSL/TLS protocols. Sensitive data stored in our databases is encrypted at rest using advanced encryption standards."})})]}),(0,s.jsxs)(a.Card,{children:[(0,s.jsx)(a.CardHeader,{children:(0,s.jsx)(a.CardTitle,{children:"Access Controls"})}),(0,s.jsx)(a.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"Access to user data is strictly limited to authorized personnel who require it to perform their job functions. We employ multi-factor authentication and regular access reviews to ensure that only authorized individuals can access sensitive information."})})]}),(0,s.jsxs)(a.Card,{children:[(0,s.jsx)(a.CardHeader,{children:(0,s.jsx)(a.CardTitle,{children:"Security Monitoring"})}),(0,s.jsx)(a.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"We continuously monitor our systems for potential security threats and vulnerabilities. Our security team actively tracks and responds to any suspicious activity or potential security incidents."})})]}),(0,s.jsxs)(a.Card,{children:[(0,s.jsx)(a.CardHeader,{children:(0,s.jsx)(a.CardTitle,{children:"Reporting Security Issues"})}),(0,s.jsx)(a.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"If you discover a security vulnerability or have concerns about our security practices, please report it to us immediately. We appreciate responsible disclosure and will work with you to address any legitimate security concerns."})})]}),(0,s.jsxs)(a.Card,{children:[(0,s.jsx)(a.CardHeader,{children:(0,s.jsx)(a.CardTitle,{children:"Regular Security Updates"})}),(0,s.jsx)(a.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"We regularly update our systems and software to ensure that known security vulnerabilities are patched promptly. Our infrastructure undergoes periodic security audits and penetration testing to identify and address potential weaknesses."})})]})]})})}}},e=>{e.O(0,[90636,46593,38792],()=>e(e.s=15219)),_N_E=e.O()}]);
@@ -1 +1 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[30107],{50347:(e,r,i)=>{(window.__NEXT_P=window.__NEXT_P||[]).push(["/legal/terms",function(){return i(61029)}])},61029:(e,r,i)=>{"use strict";i.r(r),i.d(r,{default:()=>a});var s=i(94513),n=i(70739);function a(){return(0,s.jsx)("div",{className:"container mx-auto max-w-4xl py-16 px-4",children:(0,s.jsxs)("div",{className:"flex flex-col gap-8",children:[(0,s.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,s.jsx)("h1",{className:"text-4xl font-bold",children:"Terms of Service"}),(0,s.jsxs)("p",{className:"text-lg text-muted-foreground",children:["Last updated: ",new Date().toLocaleDateString()]})]}),(0,s.jsxs)(n.Card,{children:[(0,s.jsx)(n.CardHeader,{children:(0,s.jsx)(n.CardTitle,{children:"1. Acceptance of Terms"})}),(0,s.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"By accessing and using this service, you accept and agree to be bound by the terms and provision of this agreement."})})]}),(0,s.jsxs)(n.Card,{children:[(0,s.jsx)(n.CardHeader,{children:(0,s.jsx)(n.CardTitle,{children:"2. Use License"})}),(0,s.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"Permission is granted to temporarily download one copy of the materials on our service for personal, non-commercial transitory viewing only."})})]}),(0,s.jsxs)(n.Card,{children:[(0,s.jsx)(n.CardHeader,{children:(0,s.jsx)(n.CardTitle,{children:"3. Disclaimer"})}),(0,s.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"The materials on our service are provided on an 'as is' basis. We make no warranties, expressed or implied, and hereby disclaim and negate all other warranties including, without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights."})})]}),(0,s.jsxs)(n.Card,{children:[(0,s.jsx)(n.CardHeader,{children:(0,s.jsx)(n.CardTitle,{children:"4. Limitations"})}),(0,s.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"In no event shall we or our suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption) arising out of the use or inability to use the materials on our service."})})]}),(0,s.jsxs)(n.Card,{children:[(0,s.jsx)(n.CardHeader,{children:(0,s.jsx)(n.CardTitle,{children:"5. Revisions"})}),(0,s.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"We may revise these terms of service at any time without notice. By using this service you are agreeing to be bound by the then current version of these terms of service."})})]})]})})}}},e=>{e.O(0,[90636,46593,38792],()=>e(e.s=50347)),_N_E=e.O()}]);
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[30107],{50347:(e,r,i)=>{(window.__NEXT_P=window.__NEXT_P||[]).push(["/legal/terms",function(){return i(61029)}])},61029:(e,r,i)=>{"use strict";i.r(r),i.d(r,{default:()=>a});var s=i(94513),n=i(94647);function a(){return(0,s.jsx)("div",{className:"container mx-auto max-w-4xl py-16 px-4",children:(0,s.jsxs)("div",{className:"flex flex-col gap-8",children:[(0,s.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,s.jsx)("h1",{className:"text-4xl font-bold",children:"Terms of Service"}),(0,s.jsxs)("p",{className:"text-lg text-muted-foreground",children:["Last updated: ",new Date().toLocaleDateString()]})]}),(0,s.jsxs)(n.Card,{children:[(0,s.jsx)(n.CardHeader,{children:(0,s.jsx)(n.CardTitle,{children:"1. Acceptance of Terms"})}),(0,s.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"By accessing and using this service, you accept and agree to be bound by the terms and provision of this agreement."})})]}),(0,s.jsxs)(n.Card,{children:[(0,s.jsx)(n.CardHeader,{children:(0,s.jsx)(n.CardTitle,{children:"2. Use License"})}),(0,s.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"Permission is granted to temporarily download one copy of the materials on our service for personal, non-commercial transitory viewing only."})})]}),(0,s.jsxs)(n.Card,{children:[(0,s.jsx)(n.CardHeader,{children:(0,s.jsx)(n.CardTitle,{children:"3. Disclaimer"})}),(0,s.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"The materials on our service are provided on an 'as is' basis. We make no warranties, expressed or implied, and hereby disclaim and negate all other warranties including, without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights."})})]}),(0,s.jsxs)(n.Card,{children:[(0,s.jsx)(n.CardHeader,{children:(0,s.jsx)(n.CardTitle,{children:"4. Limitations"})}),(0,s.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"In no event shall we or our suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption) arising out of the use or inability to use the materials on our service."})})]}),(0,s.jsxs)(n.Card,{children:[(0,s.jsx)(n.CardHeader,{children:(0,s.jsx)(n.CardTitle,{children:"5. Revisions"})}),(0,s.jsx)(n.CardContent,{className:"text-muted-foreground",children:(0,s.jsx)("p",{children:"We may revise these terms of service at any time without notice. By using this service you are agreeing to be bound by the then current version of these terms of service."})})]})]})})}}},e=>{e.O(0,[90636,46593,38792],()=>e(e.s=50347)),_N_E=e.O()}]);