mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 02:20:00 +03:00
Add README to notsecrets library
This commit is contained in:
parent
3f3fac8462
commit
04b2c7ee0d
1 changed files with 10 additions and 0 deletions
10
notsecrets/README.md
Normal file
10
notsecrets/README.md
Normal file
|
|
@ -0,0 +1,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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue