Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging #57

Merged
merged 4 commits into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions PRIVACY_POLICY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
Privacy Policy
Effective Date: 20 Feb, 2024

Welcome to Waifu.it! This Privacy Policy outlines how we collect, use, disclose, and protect your information when you use our REST API, related services, and associated features, accessible through the site https://waifu.it.

1. Information We Collect

1.1 User-Provided Information

When you use our services, you may provide certain personal information, including but not limited to:

- Username
- User ID
- Email address
- Profile picture (if using Discord OAuth)

1.2 Automatically Collected Information

We may automatically collect certain information about your device, interaction with our services, and usage patterns, including:

- IP address
- Device type
- Browser information
- Usage statistics

2. How We Use Your Information

We use the information we collect for the following purposes:

- To provide and improve our services
- To personalize your experience
- To facilitate logins and signups using Discord OAuth
- To comply with legal obligations

3. Sharing of Information

We do not sell, trade, or otherwise transfer your personal information to third parties. However, we may share information in the following circumstances:

- With your consent
- To comply with legal requirements
- To protect our rights, privacy, and safety

4. Discord OAuth

Our service supports Discord OAuth for logins and signups. When you use Discord OAuth, we may collect and use the information provided by Discord in accordance with this Privacy Policy.

5. GDPR, CDPR, and Other Applicable Laws

We are committed to complying with data protection laws, including the General Data Protection Regulation (GDPR), California Consumer Privacy Act (CDPR), and other applicable laws. Your rights may include access, rectification, erasure, and data portability.

6. Security

We take reasonable measures to protect your personal information from unauthorized access, disclosure, alteration, and destruction.

7. Changes to Privacy Policy

We may update this Privacy Policy to reflect changes in our practices. We will notify you of any significant changes via email or through our services.

8. Contact Us

If you have any questions or concerns regarding this Privacy Policy, please contact us at support@waifu.it.
133 changes: 77 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "waifu.it",
"version": "4.5.14",
"version": "4.5.15",
"description": "Random API Serving Anime stuff",
"author": "Aeryk",
"private": true,
Expand Down
Loading