From 10740a57aacf6db5f6c2695f9d1bc4683249e7d9 Mon Sep 17 00:00:00 2001
From: Bye <bye@byecorps.com>
Date: Sat, 4 Mar 2023 11:45:32 +0000
Subject: [PATCH] Adding some info

---
 README.md      | 14 ++++++++++++++
 id/__init__.py |  2 ++
 2 files changed, 16 insertions(+)
 create mode 100644 id/__init__.py

diff --git a/README.md b/README.md
index d4a45c4..7857aa4 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,16 @@
 # id
 OAuth authentication service for ByeCorps &amp; other services
+
+## FAQ
+
+### What is a ByeCorps ID?
+
+A ByeCorps ID (BCID) is a seven digit alphanumeric (non-case sensitive) code used to identify a person. It is used to reduce the need of multiple accounts across ByeCorps services, as well as third-party services using OAuth (though a password alternative is reccommneded instead of BCID only)
+
+## Official connonical domain names
+
+Only input your BCID on the following domain names ONLY on a HTTPS connection (look for the padlock):
+
+- https://id.byecorps.com
+
+Any other domain name or an insecure connection might be a phishing attempt, so be careful. **NEVER** input your BCID password on any other domain.
diff --git a/id/__init__.py b/id/__init__.py
new file mode 100644
index 0000000..2a5def9
--- /dev/null
+++ b/id/__init__.py
@@ -0,0 +1,2 @@
+# ByeCorps ID
+
-- 
GitLab