diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2021-10-08 23:25:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-08 23:25:17 +0200 |
commit | 6cc7788b4a9ac8caae581c8f81aec085820f3a4f (patch) | |
tree | 284424a12c520e8d1f87196eb3fed0658645bfab | |
parent | 0c798b8fc7efbb1c37874040359ab39f7237cfd3 (diff) | |
parent | 04b2c7ee0d22b6a65451dbc0dfd8e570a9c3e4cc (diff) | |
download | PrismLauncher-6cc7788b4a9ac8caae581c8f81aec085820f3a4f.tar.gz PrismLauncher-6cc7788b4a9ac8caae581c8f81aec085820f3a4f.tar.bz2 PrismLauncher-6cc7788b4a9ac8caae581c8f81aec085820f3a4f.zip |
Merge pull request #4135 from Leo40Git/notsecrets-readme
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. |