What’s Changed
- Add Danish translation (#280) @OEHC
- add application credentials description (#279) @Thomas55555
- Finalize application credentials (#278) @Thomas55555
- Add application credentials platform (#225) @Thomas55555
- improve warning for missing configuration.yaml (#277) @Thomas55555
Breaking Change
After in release 2022.7.0 the support for log-in with username/password was already dropped, the integration was still able to work with the saved credentials. But new log-in attempts had to be done with client_id
and client_secret
in the configuration.yaml
With this release it's possible to add your credentials in the application_crendentials
platform. So no configuration in the configuration.yaml
is needed anymore. Unfortunately, your saved username and password are getting lost, too. So there are to cases now:
- Last log-in with username/password -> you have to re-authenticate and you can enter
client_id
andclient_secret
in th UI - Last log-in with
client_id
andclient_secret
in theconfiguration.yaml
-> your crendentials get imported to the Application Credentials in the UI and after the update you can delete theclient_id
andclient_secret
in theconfiguration.yaml