id/README.md

25 lines
751 B
Markdown
Raw Normal View History

2023-03-04 11:31:38 +00:00
# id
OAuth authentication service for ByeCorps & other services
2023-03-04 11:45:32 +00:00
2023-03-04 13:45:43 +00:00
## Development & deployment
2023-03-04 11:45:32 +00:00
## FAQ
### What is a ByeCorps ID?
2023-10-31 18:45:12 +00:00
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 recommended instead of BCID only)
2023-03-04 11:45:32 +00:00
2023-03-04 13:45:43 +00:00
Example of a BCID:
```txt
123 ABC4
```
2023-10-31 18:47:02 +00:00
## Canonical domain names
2023-03-04 11:45:32 +00:00
2023-10-31 18:45:12 +00:00
Only input your BCID on the following domain names ONLY on a HTTPS connection:
2023-03-04 11:45:32 +00:00
- 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.