diff --git a/.gitmodules b/.gitmodules index f333138..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +0,0 @@ -[submodule "public"] - path = public - url = https://github.com/Hri7566/mpp-frontend-dev - branch = dev2 diff --git a/config/users.yml b/config/users.yml index f2f3da0..2d46dfb 100644 --- a/config/users.yml +++ b/config/users.yml @@ -37,7 +37,7 @@ enableAdminEval: true # The token validation scheme. Valid values are "none", "jwt" and "uuid". # This server will still validate existing tokens generated with other schemes if not set to "none", mimicking MPP.net's server. # This is set to "none" by default because MPP.com does not have a token system. -tokenAuth: jwt +tokenAuth: none # The browser challenge scheme. Valid options are "none", "obf" and "basic". # This is to change what is sent in the "b" message. @@ -45,7 +45,7 @@ tokenAuth: jwt # "obf" will sent an obfuscated function to the client, # and "basic" will just send a simple function that expects a boolean. # FIXME Note that "obf" is not implemented yet, and has undefined behavior. -browserChallenge: basic +browserChallenge: none # Scheme for generating user IDs. # Valid options are "random", "sha256", "mpp" and "uuid". diff --git a/public b/public deleted file mode 160000 index 7f58dd8..0000000 --- a/public +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7f58dd80a3cc72a4f141c3a94e561e3f2bf3c5fe