Fix 2
This commit is contained in:
parent
29be6ff5f3
commit
947606a96b
2
main
2
main
|
@ -251,7 +251,7 @@ async def apiopeniduserinfo():
|
||||||
@app.route("/api/auth")
|
@app.route("/api/auth")
|
||||||
async def apiauthenticate():
|
async def apiauthenticate():
|
||||||
if request.method == "GET":
|
if request.method == "GET":
|
||||||
secretKey = request.headers.get["secretKey"]
|
secretKey = request.cookies.get["key"]
|
||||||
appId = request.args.get["client_id"]
|
appId = request.args.get["client_id"]
|
||||||
code = request.args.get["code_challenge"]
|
code = request.args.get["code_challenge"]
|
||||||
codemethod = request.args.get["code_challenge_method"]
|
codemethod = request.args.get["code_challenge_method"]
|
||||||
|
|
Reference in New Issue