<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Authentication Service</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
background: #f5f5f5;
line-height: 1.6;
color: #333;
padding: 20px;
}
.container {
max-width: 800px;
margin: 0 auto;
background: white;
padding: 40px;
border-radius: 12px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.header {
text-align: center;
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: 2px solid #4299e1;
}
.auth-icon {
width: 64px;
height: 64px;
margin: 0 auto 16px;
background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
font-size: 32px;
color: white;
}
h1 {
font-size: 32px;
font-weight: 600;
color: #2d3748;
margin-bottom: 8px;
}
h2 {
font-size: 20px;
font-weight: 600;
color: #333;
margin-top: 32px;
margin-bottom: 16px;
}
p {
margin-bottom: 16px;
color: #555;
}
.last-updated {
text-align: center;
color: #999;
font-size: 14px;
margin-bottom: 20px;
}
ul {
margin-bottom: 16px;
padding-left: 24px;
}
li {
margin-bottom: 8px;
color: #555;
}
.contact {
background: #f9f9f9;
padding: 20px;
border-radius: 8px;
margin-top: 32px;
border-left: 4px solid #4299e1;
}
.contact h2 {
margin-top: 0;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<div class="auth-icon">🔐</div>
<h1>Privacy Policy</h1>
<p style="font-size: 14px; color: #666; margin-top: 8px;">Authentication Service</p>
</div>
<p class="last-updated">Last Updated: November 22, 2024</p>
<p>
This Privacy Policy describes how this Authentication Service ("Service") collects, uses, and protects your information when you use our authentication integration with ChatGPT.
</p>
<h2>Information We Collect</h2>
<p>When you use this Service, we may collect the following information:</p>
<ul>
<li>Email address provided during authentication</li>
<li>Session identifiers for authentication purposes</li>
<li>Basic interaction data with the authentication interface</li>
</ul>
<h2>How We Use Your Information</h2>
<p>We use the collected information for the following purposes:</p>
<ul>
<li>To authenticate your identity within ChatGPT conversations</li>
<li>To provide personalized customer service</li>
<li>To maintain session security</li>
<li>To improve our authentication service</li>
</ul>
<h2>Data Storage and Security</h2>
<p>
We implement appropriate technical and organizational security measures to protect your personal information. Session data is stored temporarily and is automatically deleted after your session ends. We do not permanently store your authentication credentials.
</p>
<h2>Data Sharing</h2>
<p>
We do not sell, trade, or otherwise transfer your personal information to third parties. Your authentication data is used solely for the purpose of verifying your identity within ChatGPT conversations and providing you with personalized service.
</p>
<h2>Third-Party Services</h2>
<p>
This Service integrates with OpenAI's ChatGPT. Your interactions with ChatGPT are subject to OpenAI's privacy policy, which can be found at <a href="https://openai.com/privacy/" target="_blank" style="color: #cc0000;">https://openai.com/privacy/</a>.
</p>
<h2>Your Rights</h2>
<p>You have the right to:</p>
<ul>
<li>Access the personal information we hold about you</li>
<li>Request correction of your personal information</li>
<li>Request deletion of your personal information</li>
<li>Withdraw consent at any time</li>
</ul>
<h2>Cookies and Tracking</h2>
<p>
This Service uses minimal session-based tracking to maintain your authentication state. We do not use third-party cookies or tracking technologies for advertising purposes.
</p>
<h2>Children's Privacy</h2>
<p>
This Service is not intended for use by children under the age of 13. We do not knowingly collect personal information from children under 13.
</p>
<h2>Changes to This Privacy Policy</h2>
<p>
We may update this Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the "Last Updated" date.
</p>
<div class="contact">
<h2>Contact Us</h2>
<p>
If you have any questions about this Privacy Policy or our privacy practices, please visit:
</p>
<p>
<strong>Service URL:</strong> <a href="https://chatgpt-components-0d9232341440.herokuapp.com" style="color: #4299e1;">chatgpt-components-0d9232341440.herokuapp.com</a>
</p>
</div>
</div>
</body>
</html>