Gestion de l'authentification pour le access token et refresh_token

This commit is contained in:
Kepka Ludovic
2025-08-28 17:15:33 +02:00
committed by skylanix
parent 641ff40716
commit 582ea35c3c
11 changed files with 67 additions and 28 deletions

View File

@@ -27,4 +27,4 @@ def updateConfiguration():
@webapp.route("/configurations/twitch/help")
def twitchConfigurationHelp():
return render_template("twitch-aide.html")
return render_template("twitch-aide.html", token_redirect_url = f'{request.url_root[:-1]}{url_for('twitchReceiveToken')}')