thetrueavatar / Viessmann-Api

Api pour récupérer les infos de chaudière exposées par le service Viessmannn
GNU General Public License v2.0
78 stars 37 forks source link

Invalid REDIRECT_URL in ViessmannOauthClientImpl #77

Open boyinthefog opened 2 years ago

boyinthefog commented 2 years ago

Hey , you have a bug, in line 36 you have hardcoded cons REDIRECT_URL with value from viesman docs http://localhost:4200/ , api returnig error : invalid redirect url , correct value is const REDIRECT_URL = "vicare://oauth-callback/everest";