diff options
author | ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com> | 2021-10-01 15:46:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-01 15:46:32 +0300 |
commit | 04b2c7ee0d22b6a65451dbc0dfd8e570a9c3e4cc (patch) | |
tree | 09a7ee9a59eb940c93da595477b597ef72cc8010 | |
parent | 3f3fac8462e30e96b1ad4c1bb98518cdfce8bd86 (diff) | |
download | PrismLauncher-04b2c7ee0d22b6a65451dbc0dfd8e570a9c3e4cc.tar.gz PrismLauncher-04b2c7ee0d22b6a65451dbc0dfd8e570a9c3e4cc.tar.bz2 PrismLauncher-04b2c7ee0d22b6a65451dbc0dfd8e570a9c3e4cc.zip |
Add README to notsecrets library
-rw-r--r-- | notsecrets/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/notsecrets/README.md b/notsecrets/README.md new file mode 100644 index 00000000..14d27e7a --- /dev/null +++ b/notsecrets/README.md @@ -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. |