blob: 14d27e7a441da6489119dd7cf7f4a580d6e03d27 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# (Not) Secrets
This is a dummy implementation of MultiMC's _Secrets_ library, used to store private information needed for certain functions of MMC in a secure manner
(obfuscated or encrypted).
Currently, this library contains:
- Your Microsoft Authentication app's client ID. **This is required to use Microsoft accounts to play!**
- If omitted, adding Microsoft accounts will be completely disabled.
Forks of this project should provide their own implementation of this library to enable these functions properly.
|