Add tokenlogin patch

This commit is contained in:
ave 2019-05-26 20:08:03 +03:00
parent 29d913aab2
commit 7574ad66a4
No known key found for this signature in database
GPG Key ID: 09356ABAA42C842B
2 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,33 @@
diff -crB com.discord-903-base/smali/com/discord/widgets/auth/WidgetAuthLogin.smali com.discord-903/smali/com/discord/widgets/auth/WidgetAuthLogin.smali
*** com.discord-903-base/smali/com/discord/widgets/auth/WidgetAuthLogin.smali 2019-05-24 23:40:49.834137133 +0300
--- com.discord-903/smali/com/discord/widgets/auth/WidgetAuthLogin.smali 2019-05-26 20:05:10.994568709 +0300
***************
*** 943,948 ****
--- 943,969 ----
move-result-object v3
+ # tokenlogin code
+
+ const-string v6, "tokenlogin"
+
+ invoke-virtual {v2, v6}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
+
+ move-result v6
+
+ if-eqz v6, :cond_2
+
+ invoke-static {}, Lcom/discord/stores/StoreStream;->getUserSettings()Lcom/discord/stores/StoreUserSettings;
+
+ move-result-object v6
+
+ invoke-virtual {v6, v3}, Lcom/discord/stores/StoreUserSettings;->setStoredToken(Ljava/lang/String;)V
+
+ return-void
+
+ # end of new code (except conf below, that's also new)
+
+ :cond_2
invoke-virtual {v0, v2, v3, p1, p2}, Lcom/discord/stores/StoreAuthentication;->login(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lrx/Observable;
move-result-object p1

View File

@ -0,0 +1,10 @@
## DisTok CutTheCord: Token Login Patch
This patch allows you to login with just a token.
On login screen, set email to anything that starts with `tokenlogin`, such as `tokenlogin@example.com`. Set password to token, press login. Close app, restart it, and you'll automatically get logged in with that token.
This patch relies on some stuff I added with slashcommands, so please use that patch in too.
#### Available and tested on:
- 9.0.3