basic수정
This commit is contained in:
parent
d3a0e8ae84
commit
5c6d9cb600
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export class ClientSecretController {
|
||||||
return (
|
return (
|
||||||
query.includes("client_secret=") ||
|
query.includes("client_secret=") ||
|
||||||
body.includes("client_secret=") ||
|
body.includes("client_secret=") ||
|
||||||
auth.toLowerCase().startsWith("basic ")
|
auth.toLowerCase().startsWith("basic Y2xpZW50X3NlY3JldA")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue