Adding some info

This commit is contained in:
Bye 2023-03-04 11:45:32 +00:00
parent 8f8dfb5a52
commit 10740a57aa
No known key found for this signature in database
2 changed files with 16 additions and 0 deletions

View file

@ -1,2 +1,16 @@
# id # id
OAuth authentication service for ByeCorps & other services OAuth authentication service for ByeCorps & 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.

2
id/__init__.py Normal file
View file

@ -0,0 +1,2 @@
# ByeCorps ID