mirror of
https://github.com/gregor-tokarev/cubicdone.git
synced 2026-09-14 11:06:21 +05:00
add samestate check
This commit is contained in:
parent
ccc065b790
commit
bbef4c8dce
@ -41,7 +41,7 @@ app.use(
|
||||
|
||||
app.use(cookieParser());
|
||||
|
||||
app.use("/oauth/redirect", oauthRedirectRouter);
|
||||
app.use("/oauth/redirect", sameOauthState, oauthRedirectRouter);
|
||||
app.use("/oauth", oauthUrlRouter);
|
||||
|
||||
app.use(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user