mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-08-03 01:15:46 -07:00
Add route
/launcher/realms/zwift/protocol/openid-connect/registrations requested by Windows launcher 1.0.50 on a clean install
This commit is contained in:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user