From 391506c600dfe75d25466acc86d860e60f99ebd0 Mon Sep 17 00:00:00 2001 From: oldnapalm <38410858+oldnapalm@users.noreply.github.com> Date: Sun, 12 Apr 2020 18:11:36 -0300 Subject: [PATCH] Add route /launcher/realms/zwift/protocol/openid-connect/registrations requested by Windows launcher 1.0.50 on a clean install --- zwift_offline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zwift_offline.py b/zwift_offline.py index fc71096..1ff72c9 100644 --- a/zwift_offline.py +++ b/zwift_offline.py @@ -625,6 +625,7 @@ def auth_rb(): @app.route('/launcher', methods=['GET']) @app.route('/launcher/realms/zwift/protocol/openid-connect/auth', methods=['GET']) +@app.route('/launcher/realms/zwift/protocol/openid-connect/registrations', methods=['GET']) @app.route('/auth/realms/zwift/protocol/openid-connect/auth', methods=['GET']) @app.route('/auth/realms/zwift/login-actions/request/login', methods=['GET', 'POST']) @app.route('/auth/realms/zwift/protocol/openid-connect/registrations', methods=['GET'])