mirror of
https://github.com/Xtao-Labs/GCAuth-OAuth.git
synced 2024-11-22 07:07:54 +00:00
🐛 Fix sdkTwittertogin
This commit is contained in:
parent
309b9ceffb
commit
7cbbd770a5
@ -8,6 +8,7 @@ import com.xtaolabs.gcauth_oauth.handler.JsonHandler;
|
|||||||
import com.xtaolabs.gcauth_oauth.handler.VerifyHandler;
|
import com.xtaolabs.gcauth_oauth.handler.VerifyHandler;
|
||||||
import com.xtaolabs.gcauth_oauth.handler.RequestHandler;
|
import com.xtaolabs.gcauth_oauth.handler.RequestHandler;
|
||||||
|
|
||||||
|
import emu.grasscutter.server.dispatch.DispatchHttpJsonHandler;
|
||||||
import express.Express;
|
import express.Express;
|
||||||
|
|
||||||
import io.javalin.http.staticfiles.Location;
|
import io.javalin.http.staticfiles.Location;
|
||||||
@ -41,6 +42,10 @@ public class GCAuth_OAuth extends Plugin {
|
|||||||
|
|
||||||
app.get("/Api/twitter_login", new JsonHandler());
|
app.get("/Api/twitter_login", new JsonHandler());
|
||||||
|
|
||||||
|
app.get("/sdkTwitterLogin.html", new DispatchHttpJsonHandler(
|
||||||
|
"<meta http-equiv=\"refresh\" content=\"0;url=https://account.mihoyo.com/gcauth_oauth/login.html\">"
|
||||||
|
));
|
||||||
|
|
||||||
app.post("/gcauth_oauth/login", new RequestHandler());
|
app.post("/gcauth_oauth/login", new RequestHandler());
|
||||||
|
|
||||||
app.post("/hk4e_global/mdk/shield/api/loginByThirdparty", new VerifyHandler());
|
app.post("/hk4e_global/mdk/shield/api/loginByThirdparty", new VerifyHandler());
|
||||||
|
Loading…
Reference in New Issue
Block a user